码迷,mamicode.com
首页 > 其他好文 > 详细

ocp-261

时间:2015-10-10 10:39:26      阅读:182      评论:0      收藏:0      [点我收藏+]

标签:数据库   rman   

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

从自动备份中还原服务器参数文件数据库。从自动备份中

还原控制文件。执行RMAN还原和恢复命令。 修改数据库开启重置日志命令打开数据库。

ocp-261

标签:数据库   rman   

原文地址:http://blog.csdn.net/xuejiayue1105/article/details/49018087

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!