Examine the command: SQL> RECOVER DATABASE USING BACKUP CONTROLFILE
UNTIL CANCEL; In which two scenarios is this command required?
A.
The current online redo log file is missing.
B.
A data file belonging to a noncritical tablespace is missing.
C.
All the control files are missing.
D.
The database backup is older than the control file backup.
E.
All the data files are missing.
A,C
A,C
C,D
https://docs.oracle.com/cd/B10501_01/server.920/a96572/performingreco.htm
http://docs.oracle.com/cd/E11882_01/backup.112/e10642/osadvsce.htm#BRADV90043
question is written wrong in number D in the exam
D) The control file backup is older than the database backup.
Answer should be
C, D
M. Amin
[email protected]