QUESTION 131
You are performing incomplete recovery using RMAN. Youexecute the following RUN block:
RUN
{
SET UNTIL SCN 1107600;
RESTORE DATABASE;
RECOVER DATABASE;
}
Which statement is true about the result?
A. RMAN restores all datafiles from the most recent backup available since the failure and applies the redo
logs necessary to recover the database to SCN 1107600
B. RMAN restores all datafiles needed to restore the database through SCN 1107599 and applies the redo
logs necessary to recover the database through SCN 1107599.
C. RMAN restores all datafiles and control files fromthe most recent backup
D. The RUN block fails because you did not specify an UNTIL clause in your RECOVER DATABASE
command
Answer: B
同152题:http://blog.csdn.net/rlhua/article/details/12362687
Explanation/Reference:
Section: Backup, Recovery & Recovery Manager (RMAN)
本文详细解析了使用RMAN执行不完整恢复的过程,包括设置SCN,数据库恢复及应用redo日志至指定SCN的步骤。通过实例展示了如何正确配置RMAN RUN块以实现特定SCN的数据恢复。
2万+

被折叠的 条评论
为什么被折叠?



