Oracle
1Z0-043 · Question #75
You performed an incomplete recovery on your Oracle Database 10g database using the following command: SQL> RECOVER DATABASE 2 UNTIL TIME '2004-08-05:12:10:03' 3 USING BACKUP CONTROLFILE; In which…
The correct answer is E. The current control file does not match the physical structure of the database at the intended. See the full explanation below for the reasoning.
Question
You performed an incomplete recovery on your Oracle Database 10g database using the following command:
SQL> RECOVER DATABASE 2 UNTIL TIME '2004-08-05:12:10:03' 3 USING BACKUP CONTROLFILE; In which situation would the above recovery be required?
Options
- AA user table was lost at the specified time.
- BA redo log file was lost at the specified time.
- CThe backup control file is on a faster disk than the current one.
- DThe current control file has a different path compared with the intended time of recovery.
- EThe current control file does not match the physical structure of the database at the intended
How the community answered
(50 responses)- A4% (2)
- B2% (1)
- C2% (1)
- D10% (5)
- E82% (41)
Community Discussion
No community discussion yet for this question.