Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Reg: understanding AWR report content -

915396Jun 19 2014 — edited Jun 27 2014

Hi Experts,

I am trying to understand the AWR report and its various sections (step-by-step). This will help in better (advanced) understanding of the performance issues, if any, with the the database.

Currently, reading this wonderful article by Frank Pachot. (He might also join soon )

My database parameters:

DB NameDB IdInstanceInst numStartup TimeReleaseRAC
aaa1234bbb113-Mar-14 02:0311.2.0.3.0NO

Host NamePlatformCPUsCoresSocketsMemory (GB)
cccddSolaris[tm] OE (64-bit)54277512.00

Top 5 Timed Foreground Events:

EventWaitsTime(s)Avg wait (ms)% DB timeWait Class
resmgr:cpu quantum37,736,1051,045,1452860.41Scheduler
DB CPU271,63715.70
db file sequential read29,240,661149,46758.64User I/O
enq: TX - row lock contention37487,0432327345.03Application
read by other session1,384,44437,584272.17User I/O

Doubts:

1) The first event "resmgr:cpu quantum" seems to be the scheduler. It is at the top. Is that a normal scenario?

2) The fourth event "enq: TX - row lock contention" has the maximum "Avg Wait". Is it due to some query and are will other processes get affected by this lock?

Also reading this interesting link - DB CPU on top 5 Timed Foreground Events in AWR Report, AWR Report, DB CPU, Oracle Database tuning

Just want to understand these various things.

Please advise and share your thoughts. Will be a good learning experience for all newbies.

Thanks and Regards,

-- Ranit

( on Oracle 11.2.0.3.0 - Exadata )

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 25 2014
Added on Jun 19 2014
44 comments
27,350 views