zoukankan      html  css  js  c++  java
  • 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. 



     
  • 相关阅读:
    20151104内置对象
    20151102adonet2
    20151029adonet1
    20151028c#4
    20151027c#3
    20151026c#2
    20151021c#1
    20151020sql2
    20151019sql1
    Codeforces Round #261 (Div. 2) C. Pashmak and Buses(思维+构造)
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316428.html
Copyright © 2011-2022 走看看