Wait Events (Oracle) 

To display Wait events:

  1. From the R/3 main screen, choose Tools ® Administration ® Computing Center ® Management System ® Control ® Performance Menu ® Database ® Activity
  2. Alternatively, use transaction code ST04 .

  3. Choose Detail analysis menu ® Wait events.

This screen formats the data in the Oracle system tables V$System_Event and V$Session_Event. To display the current value, parameter init<SID>.ora timed_statistics ( TIMED_STATISTICS (Oracle)) must be set to true .

This screen displays the wait situation of the Oracle processes. There is a difference between cases where the Oracle process is waiting because there is currently nothing for it to do ('idle waits'), and where the Oracle process wants to run but first has to wait for a resource that is not yet available ('busy waits'). 'Total waits time' describes the sum of 'idle wait time' and 'busy waits time'.

'Idle wait' situations are:

'Busy wait' situations are:

See also:

Oracle Sessions

Buffer Busy Waits (Oracle)

Exclusive Lockwaits (Oracle)

Database Message Log (Oracle)