Which of the following best describes the difference between an Information Systems Contingency Plan…
In Recovery Manager (RMAN), you have set control file autobackup to ON by using the following command:CONFIGURE CONTROLFILE AUTOBACKUP ON;Which two events would cause the control file to be backed up automatically?
You defined the Recovery Manager (RMAN) retention policy to recovery window of 7 days by executing the following command:RMAN> CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 7 DAYS;When a backup is performed, what would be the status of this backup after seven days?
You started Recovery Manager (RMAN) using recovery catalog and restored the control file by using the following command:RMAN> RESTORE CONTROLFILE;Which two operations do you need to perform after restoring the control file from backup?
You performed an incomplete recovery on your Oracle Database 10g database using the following command:SQL> RECOVER DATABASE2 UNTIL TIME ‘2004-08-05:12:10:03’3 USING BACKUP CONTROLFILE;In which situation would the above recovery be required?