OCP-1Z0-053-V12.02-172题

来源:互联网 发布:大数据时代读后感 编辑:程序博客网 时间:2024/04/28 01:31

172.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
答案解析:
参考:http://blog.csdn.net/rlhua/article/details/12972983


ASM磁盘组支持动态扩展,当我们向现有的磁盘组动态加入新的磁盘或者删除磁盘时,新加入的磁盘加入后,Oracle通过后台RBAL进行Rebalance,将当前的数据均衡到新增加的磁盘上。Drop磁盘亦会Rebalance。
原创粉丝点击