143.You executed the following commands in an RMAN session for your database instance that has
failures:
RMAN> LIST FAILURE;
After some time, you executed the following command in the same session:
RMAN> ADVISE FAILURE;
But there are new failures recorded in the Automatic Diagnostic Repository (ADR) after the execution of
the last LIST FAILURE command.
Which statement is true for the above ADVISE FAILURE command in this scenario?
A. It produces a warning for new failures before advising for CRITICAL and HIGH failures.
B. It ignores new failures and considers the failures listed in the last LIST FAILURE command only.
C. It produces advice only for new failures and the failures listed in the last LIST FAILURE command are
ignored.
D. It produces an error with recommendation to run the LIST FAILURE command before the ADVISE
FAILURE command.
Syntax Element | Description |
---|---|
| Displays information for all You can only use Note: If a new failure has been recorded in the diagnostic repository since the last |
由官网文档注解可以看出,RMAN在使用advise failure命令时,如果在list failure命令之后,诊断库中又产生了新的错误,那么rman会在进行关键和重大修复之前给出告警。