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!

Plotting Wait events.

User_OCZ1TOct 15 2013 — edited Oct 17 2013

Hi All,

        I am using Release 11.2.0.3.0 version of oracle. i want to find out wait trends in last one month or so.  so what will be the query or datadictionary which will give those details.

 

  -- In first step i need to plot wait times group by wait_class(('User I/O','System I/O', 'Concurrency', 'Commit', 'Other', 'Configuration', 'Network', 'Application'.. etc) for last one month or so.

  -- In second step i want plot the waits group by each event(enq: TX - row lock contention, read by other session, db file scattered read , SQL*Net break/reset to client .... etc) within that class, for last one month or so.

  -- Then want to plot the specific enques(enq: TM - contention, enq: UL - contention, enq: TX - row lock contention, wait for table lock, ... etc) for above period.

This post has been answered by Nikolay Savvinov on Oct 15 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 14 2013
Added on Oct 15 2013
7 comments
947 views