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?
Which option would you choose to bring the data to the correct state while ensuring that no other data in the same table is affected?
You executed the following command in Recovery Manager (RMAN):RMAN> RESTORE CONTROLFILE;Which operation must you perform before this command is executed?
You execute the following command to enable a session in resumable mode:SQL> ALTER SESSION ENABLE RESUMABLE TIMEOUT 60;What is the impact of a timeout on the statements being suspended?