Oracle 11G OCP 1Z0-053 77

LuiseDalian發表於2014-08-16
(77)You have three production databases,HRDB,FINDB,and ORGDB,that use the same ASM instance.

At the end of the day,while all three production database instances are running,you execute the following command on the ASM instance:

SQL>shutdown immediate;

What is the result of executing this command?

A. The ASM instance is shut down,but the other instances are still running.

B. It results in an error because other database instances are connected to it.

C. All the instances,including the ASM instance,are shut down in the IMMEDIATE mode.

D. HRDB,FINDB,and ORGDB instances are shut down in the ABORT mode and the ASM instance is shut down in the IMMEDIATE mode.

答案:(B)

解析:

有連線的RDBMS例項時,不應用NORMAL、IMMEDIATE和TRANSACTIONAL形式的關閉,否則將返回下面的錯誤:

SQL>shutdown

ORA-15097:cannot SHUTDOWN ASM instance with connected client(process 14372))

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/17013648/viewspace-1252218/,如需轉載,請註明出處,否則將追究法律責任。

相關文章