Which statement describes the consequence of this command?

View the Exhibit to examine the error that occurred during the database startup.
You opened an RMAN session for the database. To repair the failure, you executed the following
command as the first RMAN command:
RMAN>REPAIR FAILURE;
Which statement describes the consequence of this command?

View the Exhibit to examine the error that occurred during the database startup.
You opened an RMAN session for the database. To repair the failure, you executed the following
command as the first RMAN command:
RMAN>REPAIR FAILURE;
Which statement describes the consequence of this command?

A.
The command performs the recovery and closes the failure

B.
The command only displays the advice and the RMAN script required for recovery

C.
The command executes the RMAN script to repair the failure and remove the entry from the
Automatic Diagnostic Repository (ADR)

D.
The command produces an error because the ADVISE FAILURE command was not executed before
the REPAIR FAILURE command



Leave a Reply 2

Your email address will not be published. Required fields are marked *


Prince

Prince

Exhibit not showing

jean

jean

Use the ADVISE FAILURE command to display repair options for the specified failures. This command prints a summary of the failures identified by the Data Recovery Advisor and implicitly closes all open failures that are already fixed.

The recommended workflow is to run the following commands in an RMAN session: LIST FAILURE to display failures, ADVISE FAILURE to display repair options, and REPAIR FAILURE to fix the failures.