Oracle OCP IZ0-053 Q687(ASM Shutdown immediate when users connected)

abstractcyj發表於2016-03-15
687. Users are connected to a database instance that is using Automatic Storage Management (ASM).
The DBA executes the command as follows to shut down the ASM instance:
SQL> SHUTDOWN IMMEDIATE;
What happens to the database instance?
A.It shuts down long with the ASM instance.
B.It is aborted and the ASM instance shuts down normally.
C.It stays open and SHUTDOWN command for the ASM instance fails.
D.It shuts down only after all pending transactions are completed and the ASM instance waits for this
before shutting down.
Answer:C

參考:http://blog.csdn.net/rlhua/article/details/14214005

SQL> shutdown immediate

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


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

相關文章