ADDM

简介: ADDM

The types of problems that ADDM considers include the following:

• CPU bottlenecks - Is the system CPU bound by Oracle Database or some other

application?

• Undersized Memory Structures - Are the Oracle Database memory structures, such as

the SGA, PGA, and buffer cache, adequately sized?

• I/O capacity issues - Is the I/O subsystem performing as expected?

• High-load SQL statements - Are there any SQL statements which are consuming

excessive system resources?

• High-load PL/SQL execution and compilation, and high-load Java usage

• Oracle RAC specific issues - What are the global cache hot blocks and objects; are there

any interconnect latency issues?

• Sub-optimal use of Oracle Database by the application - Are there problems with poor

connection management, excessive parsing, or application level lock contention?

• Database configuration issues - Is there evidence of incorrect sizing of log files, archiving

issues, excessive checkpoints, or sub-optimal parameter settings?  

• Concurrency issues - Are there buffer busy problems?

• Hot objects and top SQL for various problem areas

相关文章
|
Oracle 关系型数据库 数据库
Oracle 11G常见性能诊断报告(AWR/ADDM/ASH)收集
Oracle 11G常见性能诊断报告(AWR/ADDM/ASH)收集
316 0
|
SQL 缓存 Java
ASH Report 解析
ASH Report 解析
258 0
|
6月前
|
SQL 监控 Oracle
Oracle 性能优化之AWR、ASH和ADDM(含报告生成和参数解读)
Oracle 性能优化之AWR、ASH和ADDM(含报告生成和参数解读)
|
6月前
|
SQL
PDB-Level ADDM Restrictions
PDB-Level ADDM Restrictions
37 0
|
SQL
Automatic Workload Repository (AWR)
Automatic Workload Repository (AWR)
133 0
 Automatic Workload Repository (AWR)
|
Oracle 关系型数据库 Windows
Oracle AWR\ASH报告相关操作
Oracle AWR\ASH报告相关操作
173 0
|
关系型数据库
ORACLE AWR结合ASH诊断分析enq: TX - row lock contention
公司用户反馈一系统在14:00~15:00(2016-08-16)这个时间段反应比较慢,于是生成了这个时间段的AWR报告,   如上所示,通过Elapsed Time和DB Time对比分析,可以看出在这段时间内服务器并不繁忙。
1549 0