首页 > 其他 > 详细

ocp-130

时间:2015-10-05 13:02:04      阅读:491      评论:0      收藏:0      [点我收藏+]

QUESTION NO: 130?
When an ASM instance receives a SHUTDOWN NORMAL command, what command does it pass on to
all database instances that rely on the ASM instance‘s disk groups?
A. TRANSACTIONAL
B. IMMEDIATE
C. ABORT
D. NORMAL
E. None of the above
Answer: E


当ASM实例接收一个正常关闭命令,
它传递什么命令给依赖于ASM实例的磁盘组的所有数据库实例?

E. None of the above

SQL> shutdown normal;
ORA-15097: cannot SHUTDOWN ASM instance with connected client (process 18597)
SQL> shutdown immediate;
ORA-15097: cannot SHUTDOWN ASM instance with connected client (process 18597)
If you do a normal shutdown of the ASM instance, an error will be returned if any Oracle
database is using that ASM instance. Use the shutdown abort command to force the ASM
instance to shut down. This will cause all other Oracle databases attached to the ASM
instance to be shut down with the equivalent of a shutdown abort command. 如果你做一个正
常关闭ASM实例, 如果任何Oracle数据库使用该ASM实例, 将返回一个错误。使用shutdown
abort命令强制关闭ASM实例。这将导致所有其他Oracle数据库连接到ASM实例被关闭,相当
于关机中止命令。


ocp-130

原文:http://blog.csdn.net/xuejiayue1105/article/details/48912969

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!