OCP-1Z0-052-V8.02-120题

120. For which database operation would you need the database to be in the MOUNT state? 

A.renaming the control files

B.re-creating the control files

C.dropping a user in your database

D.dropping a tablespace in your database

E.configuring the database instance to operate in the ARCHIVELOG or NOARCHIVELOG modes

Answer: E  

答案解析:

参考:http://blog.csdn.net/rlhua/article/details/12237245


 数据库装载过程包括执行以下任务:

• 将数据库与以前启动的实例关联
• 定位并打开参数文件中指定的控制文件
• 通过读取控制文件来获取数据文件和联机重做日志文件的名称和状态(但是,此时不会执行检查来验证是否存在数据文件和联机重做日志文件)。
要执行特定的维护操作,则启动实例,然后装载数据库,但不打开该数据库。
例如,在执行以下任务期间必须装载数据库,但不得打开数据库:
• 重命名数据文件(打开数据库时可重命名脱机表空间的数据文件)。
• 启用和禁用联机重做日志文件归档选项
• 执行完整的数据库恢复

AB,应该是在nomount状态下执行
CD,可以再数据库open状态下执行
原文地址:https://www.cnblogs.com/hzcya1995/p/13316955.html