052-2

Which two statements are true about the Automatic Workload Repository (AWR)? (Choose two.)
A. All AWR tables belong to the SYSTEM schema
B. The AWR contains system wide tracing and logging information
C. The snapshots collected by the AWR are accessible through data dictionary views
D. The snapshots collected by the AWR are used by self-tuning components in the database

A 错误,AWR 属于 sysman 并存储在 sysaux 表空间
B 错误,这是 ADR 的功能
C 正确,dba_hist_snapshot 就可以查询
D 正确,AWR 是所有自我管理功能的基础

  AWR架构是从oracle 10g开始的,它以快照形式自动收集并保存和数据库有关性能统计数据,它的前身Statspack,AWR的作用是提供一个时间段内整个系统资源使用情况的报告,它存储重要的累计统计信息。通过这个报告,我们就可以了解一个系统在某个时间段内的运行情况。它是新的数据库自动调优机制的核心

  AWR工作时是由后台进程MMON负责,于每1小时生成一个内存统计的快照,并写入磁盘上的sysaux表空间,快照不能移动到其他位置,快照也会作为ADDM的原始数据,缺省情况下,Oracle将快照保留8天。

  生成AWR报告,注意:必须是从起始快照至结束快照之间(一个连续时间段)的报告。




 

posted @ 2017-11-30 18:27  巴啦啦大魔王  阅读(139)  评论(0编辑  收藏  举报