Oracle Database 12c: Installation and Administration — Question 52

Your database is configured in ARCHIVELOG mode, and daily full database backups are taken. RMAN is configured to perform control file autobackups.
Which statement is true about the loss of a duplexed control file?

Answer options

Correct answer: C

Explanation

The correct answer is C because when a duplexed control file is lost, the database can remain open, allowing the control file to be restored without needing to shut down. Options A and B are incorrect since the database does not abort in this scenario, and media recovery is not required. Option D is also wrong because the instance does not abort.