How to restart Oracle RAC Database
Date: 17/06/2014
Categories: Oracle
#Use srvctl command to shutdown or startup RAC Database
#How to STOP
[oracle@racservernode1]$ srvctl stop instance -d [database_name] -i [node_name] {-o immediate}
#How to START
[oracle@racservernode1]$ srvctl start instance -d [database_name] -i [node_name]
#Repeat these commands for each node in the cluster
Leave a Reply