Stop/Start Oracle RAC

1. Stop Oracle 10g on one of RAC nodes.

$ export ORACLE_SID=RAC1

$ srvctl stop instance -d RAC -i RAC1

$ srvctl stop asm -n orarac1

$ srvctl stop nodeapps -n orarac1


 

2. Start Oracle 10g on one of RAC nodes.

$ export ORACLE_SID=RAC1

$ srvctl start nodeapps -n orarac1

$ srvctl start asm -n orarac1

$ srvctl start instance -d RAC -i RAC1


 

3. Stop/start Oracle 10g on all RAC nodes.

$ srvctl stop database -d RAC

$ srvctl start database -d RAC


 


 

www.pursootsinfotech.com

Comments

Popular posts from this blog

PRKH-1010 : Unable to communicate with CRS services

vi Commands

Determining if an Oracle Software Owner User Exists