You decide to perform an incomplete recovery using the …

Your database is running in ARCHIVELOG mode. You have been taking backups of all the data files and
control files regularly.
You are informed that some important tables in the BILLING tablespace have been dropped on February 28,
2007 at 10.30 AM and must be recovered.
You decide to perform an incomplete recovery using the following command:
SQL> RECOVER DATABASE UNTIL TIME ‘2007-02-28:10:15:00’;
Identify the files that must be restored to recover the missing tables successfully.

Your database is running in ARCHIVELOG mode. You have been taking backups of all the data files and
control files regularly.
You are informed that some important tables in the BILLING tablespace have been dropped on February 28,
2007 at 10.30 AM and must be recovered.
You decide to perform an incomplete recovery using the following command:
SQL> RECOVER DATABASE UNTIL TIME ‘2007-02-28:10:15:00’;
Identify the files that must be restored to recover the missing tables successfully.

A.
Restore the backup of all the data files.

B.
Restore the backup of all the data files and the control file.

C.
Restore the backup of only the data files that contain the dropped tables.

D.
Restore the backup of all the data files belonging to the tablespace containing the dropped tables.

Explanation:
The tricky of answer is the command “RECOVER DATABASE”, so that you must use “RESTORE DATABASE”
to restore all the data files.
If the recover command is “RECOVER DATAFILE”, then the Answer D will be correct.



Leave a Reply 0

Your email address will not be published. Required fields are marked *