Multiple choice technology databases

When performing recovery of a database in NOARCHIVELOG mode with RMAN, the target database must be in the ______ state to restore the control file.

  1. OPEN

  2. IDLE

  3. MOUNT

  4. NOMOUNT

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

To restore the control file using RMAN, the target database must be in a NOMOUNT state because the control file itself is required to transition the database to the MOUNT state. OPEN and MOUNT require the control file to already be loaded.