QUESTION NO: 261
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.
A. a, b, c, d, e, f
B. c, d, a, b, f
C. d, c, a, b, f
D. d, b, d, c, e
E. d, c, a, b, e
Answer: E
RMAN执行一个完整的数据库灾难恢复时,你会以什么样的顺序执行这些步骤?
d启用RMAN备份集片。
c从自动备份中还原数据库服务器参数文件。
a从自动备份中还原控制文件。
b执行RMAN还原和恢复命令。
e修改数据库开启重置日志命令打开数据库。
Answer: E
从自动备份中还原服务器参数文件数据库。从自动备份中
原文地址:http://blog.csdn.net/xuejiayue1105/article/details/49018087