711. The following command is executed to shut down an Automatic Storage Management (ASM)
instance:
SQL>SHUTDOWN ABORT;
Which two statements describe the consequences of the above command? (Choose two.)
A.The disk groups are orderly dismounted.
B.The ASM instance requires recovery when it is started.
C.The database instance that are currently clients of the ASM instance are aborted.
D.The CSS daemon stops and has to be restarted before the ASM instance is restarted.
Answer:BC
shutdown abort导致ASM实例启动时需要进行实例恢复, 连接到ASM实例的数据库实例也会崩溃
参考: http://blog.csdn.net/rlhua/article/details/14222125
instance:
SQL>SHUTDOWN ABORT;
Which two statements describe the consequences of the above command? (Choose two.)
A.The disk groups are orderly dismounted.
B.The ASM instance requires recovery when it is started.
C.The database instance that are currently clients of the ASM instance are aborted.
D.The CSS daemon stops and has to be restarted before the ASM instance is restarted.
Answer:BC
shutdown abort导致ASM实例启动时需要进行实例恢复, 连接到ASM实例的数据库实例也会崩溃
参考: http://blog.csdn.net/rlhua/article/details/14222125
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/8520577/viewspace-2073176/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/8520577/viewspace-2073176/