Howto shutdown oracle database?

To Find out the Database processes:
ps -eaf |grep pmon


Change the environment to that particular database:
. ora8env <database>


echo $ORACLE_SID


Type:
sqlplus


To login provide the username as follows:
username : / as sysdba


Now issue the following commands:
select * from v$database;
shutdown immediate;


Now your database will start to shutdown. You're done..!

Share this

Related Posts

Previous
Next Post »

What do you think about this Article? Add your Opinion..! EmoticonEmoticon