This is a draft cheat sheet. It is a work in progress and is not finished yet.
RAC Status
Show all |
crsctl stat res -t |
Databases Only |
crsctl stat res -t -w "TYPE = ora.database.type" |
Listeners Only |
crsctl stat res -t -w "TYPE = ora.listener.type" |
Res Details |
crsctl stat res <resource> -f |
RAC Stopping/Starting
Stop DB srvctl stop database -d <Uniq Name> -o immediate
|
Stop Instance srvctl stop instance -d <Uniq Name> -i <inst>-o immediate
|
Stop CRS as root. crsctl stop crs
|
Start CRS as root. crsctl start crs
|
|
|
RAC Acronyms
CRS |
Cluster Ready Service. |
OCR |
Oracle Cluster Registery |
|