053171

After executing the command alter diskgroup disk group2 drop disk dg2a; you issue the following
command from the ASM instance:
Select group_number, count(*) from v$asm_operation;
What is the implication if the query against V$ASM_OPERATION returns zero rows?
A. The drop disk operation is still proceeding and you cannot yet run the undrop disks operation.
B. The drop disk operation is complete and you can run the undrop disks command if needed.
C. The drop disk operation is complete and you cannot run the undrop disk command.
D. The query will fail since there is not a V$ASM_OPERATION view available in an ASM instance.
E. None of the above is true.

  The V$ASM_OPERATION view will indicate if the drop disk operation is still in progress.
If no rows are returned by the view,then the drop disk operation is complete.
If the drop disk operation is complete you cannot run the undroped disks command.

原文地址:https://www.cnblogs.com/Babylon/p/7792585.html