- 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:
用户连接到一个数据库实例,使用自动存储管理(ASM)。
DBA执行命令如下关闭ASM实例
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
时间: 2024-11-10 07:36:58