advertisements
_____________________________________________________________________________________________________________________
There are different situations (e.g: patching) to shutdown or startup multiple databases instance under one ORACLE HOME under one RAC node.
Syntax:
You will have to bring down all the instance at a time under one ORACLE_HOME. You cannot select instances under the oracle home.
srvctl stop home -o <DB HOME> -s <state filename with absolute path> -t <db shutdown option> -n NODE
srvctl start home -o <DB HOME> -s <state filename with absolute path> -n NODE
srvctl stop home -o /data_acc/app/oracle/product/12.1.0/db_1 -s /home/oracle/node2_inst -t immediate -n racnode1
$ cat node2_inst db-emdb db-mmdb db-onldb
advertisements
If the state file already present in the location mentioned in the -s option, it will throw below error.
PRKO-3244 : The '-statfile <state_file>' option value "/home/oracle/node2_inst" already exists
srvctl stop home -o /data_acc/app/oracle/product/12.1.0/db_1 -s /home/oracle/node2_inst -t immediate -n racnode1
_____________________________________________________________________________________________________________________
0 comments:
Post a Comment