Multiple choice technology databases

Choose the VALID commands in the context of “Data Recovery Advisor”

  1. rman > list failure;

  2. rman > report failure;

  3. rman > diagnose failure;

  4. rman > advise failure;

  5. rman > repair failure preview;

  6. rman > repair failure;

Reveal answer Fill a bubble to check yourself
A,D,E,F Correct answer
Explanation

Data Recovery Advisor in RMAN supports LIST FAILURE, ADVISE FAILURE, and REPAIR FAILURE (including its PREVIEW option). Commands like REPORT FAILURE and DIAGNOSE FAILURE are syntactically incorrect and do not exist in Oracle's Data Recovery Advisor suite.