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..!
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..!
What do you think about this Article? Add your Opinion..! EmoticonEmoticon