采用ASM存储模式在Oracle10G数据库中,如果在数据库正常运转的情况下,采用shutdownimmediate在命令直接关闭了ASM实例,会出现以下()情况。A、依赖该ASM实例的数据库在ASM实例关闭前以shutdown abort模式关闭B、依赖该ASM实例的数据库在ASM实例关闭后,以shutdown abort模式关闭C、依赖该ASM实例的数据库在ASM实例关闭前以shutdownimmediate模式关闭D、依赖该ASM实例的数据库在ASM实例关闭前,以shutdownimmediate模

题目

采用ASM存储模式在Oracle10G数据库中,如果在数据库正常运转的情况下,采用shutdownimmediate在命令直接关闭了ASM实例,会出现以下()情况。

  • A、依赖该ASM实例的数据库在ASM实例关闭前以shutdown abort模式关闭
  • B、依赖该ASM实例的数据库在ASM实例关闭后,以shutdown abort模式关闭
  • C、依赖该ASM实例的数据库在ASM实例关闭前以shutdownimmediate模式关闭
  • D、依赖该ASM实例的数据库在ASM实例关闭前,以shutdownimmediate模式关闭
参考答案和解析
正确答案:C
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

oracle数据库启动过程中,在什么时候读取参数文件()。

A.关闭实例时

B.实例启动时

C.打开数据库时

D.装载数据库时


参考答案:B

第2题:

Oracle数据库实例支持4种状态,包括()、()、()和关闭。


正确答案:已启动;已装载;打开

第3题:

Oracle中关闭数据库时,不允许启动新事务,回滚到未提交事务并关闭实例的命令为:

A.shutdown

B.shutdown immediate

C.shutdown abort

D.shutdown nomount


答案:B

第4题:

在Oracle数据库中,数据库服务器关闭后,实例(Instance)会以特定文件格式暂存到硬盘上,以便下次启动时快速调入。


正确答案:错误

第5题:

简述关闭数据库和实例的步骤?


正确答案: (1)建立内部连接(connect);
(2)关闭数据库(close);
(3)卸下数据库(dismount);
(4)关闭实例(stop)。

第6题:

用下面的命令关闭asm实例SQL>SHUTDOW NABORT;下面那两项描述了上面命令的顺序()。

A.磁盘组顺序卸载

B.当前连接的asm客户端被终止

C.css守护进程关闭,在asm实例重启之前重启该进程

D.asm实例需要恢复当下次启动的时候


参考答案:B, D

第7题:

You have three production databases, HRDB, FINDB, and ORGDB, that use the same ASM instance. At the end of the day, you execute the following command on the ASM instance to shut down: SQL> shutdown immediate; What is the result of executing this command?()

  • A、All the instances, including the ASM instance, are shut down in the ABORT mode
  • B、The ASM instance is shut down, but the other instances are still running 
  • C、The ASM instance is still functional, but the other instances are shut down 
  • D、All the instances, including the ASM instance, are shut down in the IMMEDIATE mode. 
  • E、HRDB, FINDB, and ORGDB instances are shut down in the ABORT mode and the ASM instance is shut down in the IMMEDIATE mode 
  • F、HRDB, FINDB, and ORGDB instances are shut down in the NORMAL mode and the ASM instance is shut down in the IMMEDIATE mode

正确答案:D

第8题:

What happens if you shutdown abort ASM instance?()

A. The RDBMSs connected will shutdown abort too

B. CLUSTER SERVICE will shutdown

C. ASM wil do instance recovery after startup


参考答案:A

第9题:

在Oracle数据库中,使用SHUTDOWN命令关闭数据库时可以附加选项,使用哪个选项后在下次启动数据库时需要进行实例恢复()

  • A、IMMEDIATE
  • B、NORMAL
  • C、TRANSACTIONAL
  • D、ABORT

正确答案:D

第10题:

在Oracle数据库中,如果使用SHUTDOWN命令关闭数据库时附加了ABORT选项,那么下次启动数据库时需要进行实例恢复。


正确答案:正确

更多相关问题