OCP-1Z0-053-V12.02-360题

360.When performing a full database disaster recovery with RMAN, in what order would you execute

these steps?

A. Restore the control file from autobackups.

B. Run the RMAN restore and recover command.

C. Restore the database spfile from autobackups.

D. Make the RMAN backup set pieces available.

E. Open the database with the alter database open resetlogs command.

F. Open the database with the alter database open command.

G. a, b, c, d, e, f

H. c, d, a, b, f

I. d, c, a, b, f

J. d, b, d, c, e

K. d, c, a, b, e

Answer: E

答案解析:

参考:执行灾难恢复:http://blog.csdn.net/rlhua/article/details/12346829

执行灾难恢复
灾难恢复包括在丢失了整个目标数据库、所有当前控制文件、所有联机重做日志文件、所有参数文件和恢复目录数据库(如果有)后还原和恢复目标数据库。
要执行灾难恢复,至少需要以下备份:
• 数据文件的备份
• 在备份之后生成的相应归档重做日志
• 至少一个控制文件自动备份
执行灾难恢复
基本过程:
• 还原服务器参数文件的自动备份。
• 启动目标数据库实例。
• 从自动备份还原控制文件。
• 装载数据库。
• 还原数据文件。
• 恢复数据文件。
• 使用RESETLOGS选项打开数据库。
原文地址:https://www.cnblogs.com/hzcya1995/p/13317075.html