zoukankan      html  css  js  c++  java
  • 052-46

    Which two statements are true about the Automatic Database Diagnostic Monitor (ADDM)? (Choose two.)
    A.The ADDM requires at least four AWR snapshots for analysis.
    B.The ADDM runs after each AWR snapshot is collected automatically by MMON.
    C.The results of the ADDM analysis are stored in the Automatic Workload Repository (AWR).
    D.The ADDM analysis provides only diagnostic information but does not provide recommendations.
    E.The ADDM calls other advisors if required, but does not provide recommendations about the advisors.


    ADDM
      每个 awr 快照被记录后,addm 就会自动运行,分析与最后两个快照对应的时段中的数据,addm 会主动监视实例。多数情况下,addm 会为检测到的问题提供解决方案,addm 可以检测到一些常见问题如下:
    1.cpu 瓶颈
    2.oracle net 连接管理问题
    3.锁的竞争
    4.IO 问题

    5.一些数据库实例内存结构的大小不足
    6.过载的 sql 语句
    7.plsql 和 java 运行时间过长
    8.检查点负载过高及原因(如日志文件过小)

  • 相关阅读:
    js交互数据
    js字符串操作
    js数组操作
    hasattr ,setarrt, getattr属性
    装饰器
    redis数据库安装
    ubuntu中mysql数据库安装与删除
    装换器
    jinjia2
    Laravel框架与ThinkPHP框架的不同
  • 原文地址:https://www.cnblogs.com/Babylon/p/7998130.html
Copyright © 2011-2022 走看看