Identify two correct statements about stopping instances and Oracle RAC databases.
A.
To shut down an Oracle RAC database completely, you must shut down every instance that has
the database open or mounted.
B.
After a NORMAL or IMMEDIATE shutdown, instance recovery is required.
C.
srvctl stop instance shuts down the Oracle RAC database.
D.
crsctl stop crs stops the stack on the node, including the database instance.
Explanation:
To shut down an Oracle RAC database completely, shut down every instance that has the database
open or mounted.SRVCTL provide options to startup and shutdown all of the instances in an Oracle
RAC database with a single step.http://docs.oracle.com/cd/B19306_01/rac.102/b14197/dbinstmgt.htm#RACAD808
I think A and D is Correct.
A:
http://docs.oracle.com/cd/B19306_01/rac.102/b14197/dbinstmgt.htm#RACAD810
D:
crsctl start/stop crs – Manage start/stop the entire Oracle Clusterware stack on a node, including the OHASD process, this command is to be used only on the local node
A, D is correct.
C only shutsdown the instance and not the database.
A D