nerdexam
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)
  • A
    7% (2)
  • B
    3% (1)
  • C
    7% (2)
  • D
    83% (24)

Community Discussion

No community discussion yet for this question.

Full 1Z0-043 Practice