Oracle Database Administration II — Question 34

A database is configured in ARCHIVELOG mode.
Full RMAN backups are taken daily and no backup to trace has been taken of the control file.
A media failure has occurred.
In which two scenarios is complete recovery possible? (Choose two.)

Answer options

Correct answer: D, E

Explanation

Complete recovery is possible in scenarios D and E. In scenario D, losing an archived log from before the most recent backup does not impede recovery because the logs before the last backup are still available. In scenario E, even if the SYSTEM tablespace is lost, recovery can still proceed as long as the critical backups are intact; the database can be restored from the last backup and the necessary archived logs.