zoukankan      html  css  js  c++  java
  • OCP-1Z0-053-V12.02-655题

    655.Examine the following ALTER command:

    SQL> ALTER DISKGROUP dgroup1 UNDROP DISKS;

    What is the purpose of the command?

    A. It cancels all pending disk drops within the disk group.

    B. It restores disks that are being dropped as the result of a DROP DISKGROUP operation

    C. It mounts disks in the disk group for which the drop-disk operation has already been co pleted

    D. It restores all the dropped disks in the disk group for which the drop-disk operation has already been completed

    E. It adds previously dropped disks back into the disk group

    Answer: A

    答案解析:

    参考:http://docs.oracle.com/cd/E11882_01/server.112/e41084/statements_1007.htm#SQLRF55558

     

    undrop_disk_clause

    Use this clause to cancel the drop of disks from the disk group. You can cancel the pending drop of all the disks in one or more disk groups (by specifyingdiskgroup_name) or of all the disks in all disk groups (by specifying ALL).

    This clause is not relevant for disks that have already been completely dropped from the disk group or for disk groups that have been completely dropped. This clause results in a long-running operation. You can see the status of the operation by querying the V$ASM_OPERATION dynamic performance view.

     

    Undropping a Disk from a Disk Group: Example To cancel the drop of disks from a disk group, dgroup_01, issue the following statement:

    ALTER DISKGROUP dgroup_01
      UNDROP DISKS;
  • 相关阅读:
    Codeforces-859C Pie Rules(dp)
    Codeforces-550D Regular Bridge
    Codeforces-534D Handshakes
    抽象类
    内部类
    接口
    初始化
    this 和super
    数据库测试的测试点
    数据库测试的主要内容
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316454.html
Copyright © 2011-2022 走看看