OCP-1Z0-053-V13.02-711题

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

答案解析:

参考:http://docs.oracle.com/cd/E11882_01/server.112/e18951/asminst.htm#OSTMG13640

ABORT Clause

The Oracle ASM instance immediately shuts down without the orderly dismount of disk groups. This causes recovery to occur upon the next Oracle ASM startup.

If any database instance is connected to the Oracle ASM instance, then the database instance aborts.

If any Oracle Automatic Storage Management Cluster File System (Oracle ACFS) file systems are currently mounted on Oracle ADVM volumes, those file systems should first be dismounted. Otherwise, applications encounter I/O errors and Oracle ACFS user data and metadata may not be written to storage before the Oracle ASM storage is fenced. 



 
原文地址:https://www.cnblogs.com/hzcya1995/p/13316428.html