OCP-1Z0-053-200题-131题-152

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)

原文地址:https://www.cnblogs.com/hzcya1995/p/13316074.html