您的位置:首页 > 其它

ocp-130

2015-10-05 11:02 288 查看
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实例被关闭,相当

于关机中止命令。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: