For which two SQL statements can you use the Flashback Table feature to revert a table to its previous state?
You execute the following RMAN command in the order shown below:BACKUP VALIDATE DATABASE;BLOCKRECOVER CORRUPTION LIST;What will these commands do?
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 execute the following command to create a template for the disk group:ALTER DISKGROUP dgroup1ADD TEMPLATE my_tempATTRIBUTES (MIRROR FINE);Which statement is true?