행위

Wait event 포퍼먼스 뷰

DB CAFE

thumb_up 추천메뉴 바로가기


Dynamic Performance Views Containing Wait Event Statistics These dynamic performance views can be queried for wait event statistics:

1 V$ACTIVE_SESSION_HISTORY[편집]

The V$ACTIVE_SESSION_HISTORY view displays active database session activity, sampled once every second. See "Active Session History".

2 V$SESS_TIME_MODEL and V$SYS_TIME_MODEL[편집]

The V$SESS_TIME_MODEL and V$SYS_TIME_MODEL views contain time model statistics, including DB time which is the total time spent in database calls

3 V$SESSION_WAIT[편집]

The V$SESSION_WAIT view displays information about the current or last wait for each session (such as wait ID, class, and time).

4 V$SESSION[편집]

The V$SESSION view displays information about each current session and contains the same wait statistics as those found in the V$SESSION_WAIT view. If applicable, this view also contains detailed information about the object that the session is currently waiting for (such as object number, block number, file number, and row number), the blocking session responsible for the current wait (such as the blocking session ID, status, and type), and the amount of time waited.

5 V$SESSION_EVENT[편집]

The V$SESSION_EVENT view provides summary of all the events the session has waited for since it started.

6 V$SESSION_WAIT_CLASS[편집]

The V$SESSION_WAIT_CLASS view provides the number of waits and the time spent in each class of wait events for each session.

7 V$SESSION_WAIT_HISTORY[편집]

The V$SESSION_WAIT_HISTORY view displays information about the last ten wait events for each active session (such as event type and wait time).

8 V$SYSTEM_EVENT[편집]

The V$SYSTEM_EVENT view provides a summary of all the event waits on the instance since it started.

9 V$EVENT_HISTOGRAM[편집]

The V$EVENT_HISTOGRAM view displays a histogram of the number of waits, the maximum wait, and total wait time on an event basis.

10 V$FILE_HISTOGRAM[편집]

The V$FILE_HISTOGRAM view displays a histogram of times waited during single block reads for each file.

11 V$SYSTEM_WAIT_CLASS[편집]

The V$SYSTEM_WAIT_CLASS view provides the instance wide time totals for the number of waits and the time spent in each class of wait events.

12 V$TEMP_HISTOGRAM[편집]

The V$TEMP_HISTOGRAM view displays a histogram of times waited during single block reads for each temporary file.