You need to recover the database after a disk is lost but you are missing two archived redo log files. You need to run the RMAN RECOVER DATABASE UNTIL command. In what database state can you perform this recovery?
Answer: B
Explanation: You must have the control file open but cannot open the datafiles during recovery. A is incorrect because the database cannot be open during a full database recovery. C is incorrect because RESTRICTED mode is the same as OPEN, except restricted to users with SYSDBA privileges. D is incorrect because NOMOUNT does not open the control file, and you need to control file contents to perform recovery.