Upgrade to Oracle Database 12c — Question 2

Your database is running in ARCHIVELOG mode. You back up the control file by executing ALTER DATABASE BACKUP CONTROL TO TRACE
NORESETLOGS, whenever you make structural changes to the database. A media failure has damaged all the control files, but the online redo log files are intact.
You issue a SHUTDOWN ABORT.
How should you recover the control file to its default location?

Answer options

Correct answer: B

Explanation

The correct answer is B because it correctly describes the steps needed to recover the control file using the backup control file at the default location. Option A is incorrect as it involves unnecessary actions of restoring to multiple locations and additional steps. Option C fails to specify the restoration to the default location only, and D incorrectly suggests re-creating the control file manually, which is not needed when a backup exists.