Upgrade Oracle DBA 11g to Oracle Database 12c — Question 28

You execute the RMAN commands:
RMAN> BACKUP VALIDATE DATABASE;
RMAN> RECOVER CORRUPTION LIST;
Which task is performed by these commands?

Answer options

Correct answer: C

Explanation

The correct answer is C because the command 'BACKUP VALIDATE DATABASE' checks for corrupted blocks, and 'RECOVER CORRUPTION LIST' handles the repair of those blocks prior to the backup process. Options A, B, and D are incorrect as they either misinterpret the actions taken or incorrectly suggest that the backup process itself includes repairs or is limited to specific data files.