码迷,mamicode.com
首页 > 其他好文 > 详细

053-171

时间:2017-11-06 13:11:42      阅读:132      评论:0      收藏:0      [点我收藏+]

标签:win   span   back   following   against   returns   row   gre   available   

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.

053-171

标签:win   span   back   following   against   returns   row   gre   available   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!