Oracle Database Administration II — Question 35

Which three are true about Database Point-in-Time Recovery? (Choose three.)

Answer options

Correct answer: B, D, F

Explanation

The correct answers are B, D, and F because Database Point-in-Time Recovery requires the database to be in MOUNT state (B), must be in ARCHIVELOG mode (D), and needs to be opened with RESETLOGS after recovery (F). Options A, C, and E are incorrect as FLASHBACK DATABASE is not necessary for this recovery method, it is not performed by MRP, and the target point does not strictly have to be defined as a stime or SCN.