zoukankan      html  css  js  c++  java
  • 053-5

    Examine the section of the Health Check report given below:
    DBMS_HM.GET_RUN_REPORT('HM_RUN_1061')
    Run Name : HM_RUN_1061 Run Id : 1061 Check Name : Data Block Integrity Check Mode :
    REACTIVE Status : COMPLETED Start Time : 2007-05-12 22:11:02.032292 -07:00 End Time :
    2007-05-12 22:11:20.835135 -07:00 Error Encountered : 0
    Source Incident Id : 7418
    Number of Incidents Created :0
    Which two statements are true regarding the Health Check report? (Choose two.)
    A. Health Check was performed manually.
    B. Health Check was performed to check the disk image block corruptions.
    C. Health Check was performed to check interblock and intersegment corruption.
    D. Health Check was performed to verify the integrity of database files and report failures.
    E. Health Check was performed by the Health Monitor automatically in response to a critical error.

    Health Monitor 健康监测
    Health Monitor是11g里新增加的特性,它也是属于数据库的诊断框架的一个模块。它在数据库遇到严重错误时执行自动诊断检查(Reactive),你也可以根据需要随时进行手动检查(Manually)。HM可以检查:文件损坏、物理逻辑块损坏、redo和undo故障、数据字典损坏等。HM根据检查的结果可以产生一个报表,并提供解决问题的建议。

    1)   Reactive
    Fault diagnosability infrastructure能自动响应严重的错误(critical error)。

    2) Manually
    可以通过DBMS_HM系统包或 Enterprise Manager来手工运行HM


  • 相关阅读:
    【MOSS】SPUser的操作
    退出登录跳出框架页
    F12转到定义时,总是显示从元数据 转载粘贴
    简易代码生成器
    C语言I博客作业04
    第一周作业
    C语言I博客作业02
    C语言I博客作业02
    【DukeImage】Week_5 Segmentation
    【LeetCode】#7 Reverse Integer
  • 原文地址:https://www.cnblogs.com/Babylon/p/8058684.html
Copyright © 2011-2022 走看看