Oracle Database 12c: Advanced Administration — Question 29

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 corruption in the data files and RECOVER CORRUPTION LIST repairs any corrupted blocks before the backup occurs. Options A, B, and D are incorrect because they either misrepresent the nature of the backup process or suggest actions that are not part of the commands executed.