Oracle
1Z0-043 · Question #107
You execute the following RMAN command in the order shown below: BACKUP VALIDATE DATABASE; BLOCKRECOVER CORRUPTION LIST; What will these commands do?
The correct answer is D. Run a backup validation to populate V$DATABASE_BLOCK_CORRUPTION view, and then repair any. See the full explanation below for the reasoning.
Question
You execute the following RMAN command in the order shown below:
BACKUP VALIDATE DATABASE; BLOCKRECOVER CORRUPTION LIST; What will these commands do?
Options
- ACreate a backup of the database and recover all corrupted blocks found in the backup.
- BRun a backup validation and list all the logically corrupt blocks as well as physically corrupt blocks in
- CRun a backup validation to populate V$COPY_CORRUPTION view, and then list any corrupt blocks
- DRun a backup validation to populate V$DATABASE_BLOCK_CORRUPTION view, and then repair any
- ERun a backup validation, repair any corrupt blocks found during the validation process, and then update
How the community answered
(29 responses)- A7% (2)
- B3% (1)
- C7% (2)
- D83% (24)
Community Discussion
No community discussion yet for this question.