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

ocp-130

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

标签:command   instance   数据库   asm   it   

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

标签:command   instance   数据库   asm   it   

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

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