Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Oracle SOA Suite 12c: Startup and Shutdown [Sample Chapter]

Bob Rhubart-OracleJan 14 2016 — edited Dec 9 2016

Comments

CKPT
1) exit the current session
SQL> exit

2) startup the instance

SQL> startup

if not use force option. might the instance either in mount or nomount

SQL> startup force

post if any errors and also alert log file contents
vasanth
Hi,

I think your sqlplus path is not set properly.

Add ORACLE_HOME/bin in your environment PATH variable and try.

Thanks,
Vasanth
875798
I echoed $ORACLE_SID and it showed the correct sid set


so i used shutdown abort and it killed all process and shutdown

SQL> shutdown rbo

SQL> shutdown abort
ORACLE instance shut down.
SQL>

Thanks
875798
Thanks all

I shutdown abort and it worked.

Regards
1 - 4

Post Details

Added on Jan 14 2016
1 comment
16,784 views