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

ocp-72

时间:2015-10-03 06:10:47      阅读:151      评论:0      收藏:0      [点我收藏+]

标签:command   instance   asm   ocp   oracle11g   

QUESTION NO: 72
What is the net effect of the following command?
alter diskgroup dgroup1 drop disk abc;
A. The disk ABC will be dropped from the disk group. Since you did not issue a rebalance command, the
data on that disk will be lost.
B. The command will raise an error indicating that you need to rebalance the disk group to remove the
data from that disk prior to dropping the disk.
C. The disk group will be automatically rebalanced during the drop operation. Once the rebalancing is complete, the
disk will be dropped.
D. This command will fail because you cannot drop a specific disk in an ASM disk group.
E. The disk drop command will be suspended for a predetermined amount of time, waiting for you to also
issue an alter diskgroup rebalance command. Once you have issued the rebalance command, ASM will
proceed to rebalance the disk group and then drop the disk.
Answer: C


下面的命令最终效果是什么?

alter diskgroup dgroup1 drop disk abc;

改变磁盘组 DGROUP1 删除磁盘ABC

C. 在删除操作期间磁盘组将自动重新平衡。一旦完成再平衡,磁盘将被删除。


ocp-72

标签:command   instance   asm   ocp   oracle11g   

原文地址:http://blog.csdn.net/xuejiayue1105/article/details/48864665

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