Database Tuning (MOSC)

MOSC Banner

Session Wait Events

edited Jan 19, 2010 1:15AM in Database Tuning (MOSC) 6 commentsAnswered
Hi...

-

I have the next query with its respective outcome.

-

select s.username,s.machine,s.sid,s.serial#,sw.event,sw.wait_class,sw.seconds_in_wait,sw.state
 from v$session s, v$session_wait sw
where sw.sid=s.sid and s.username='TOPAZ' order by sw.seconds_in_wait;

-

USERNAME   MACHINE                     SID    SERIAL# EVENT                          WAIT_CLASS           SECONDS_IN_WAIT STATE
---------- ------------------------- ---------- ---------- ------------------------------ -------------------- --------------- -------------------
TOPAZ      p2000app1                       1983      26337 gc cr request                                 Cluster                            0 WAITING
TOPAZ      p2000app1                       1985      31488 SQL*Net message from client           Idle                               0 WAITING
TOPAZ      p2000app1                        951      10596 db file sequential read                     User I/O                           0 WAITING

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center