zoukankan      html  css  js  c++  java
  • 053-504&213

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

    A.The command performs the recovery and closes the failures.
    B.The command executes the RMAN script to repair the failure and removes the entry from the Automatic Diagnostic Repository (ADR).
    C.The command only displays the advice and the RMAN script required for repair.
    D.The command produces an error because the ADVISE FAILURE command has not been executed before the REPAIR FAILURE command.

     

      此题考点是使用故障恢复指导进行恢复(Data Recovery Advisor)。故障记录存储在 ADR 目录中,可以手动的进行自动恢复。 ADVISE FAILURE 显示恢复的脚本。 REPAIR FAILURE,执行之前的脚本。
    顺序如下:
    list failure--advise failure--repair failure
    在运行 repair failure 之前必须使用 advise failure 否则会报错




  • 相关阅读:
    things to analysis
    retrieve jenkins console output
    temp
    temp
    mysql on Mac OS
    Scala的几个小tips
    docker查看容器使用率
    JVM性能监控(jconsole和jvisualvm)
    线程死锁问题
    线程阻塞状态
  • 原文地址:https://www.cnblogs.com/Babylon/p/7844353.html
Copyright © 2011-2022 走看看