V$SESSION
, V$SESSION_WAIT
, V$SESSION_EVENT
, and V$SYSTEM_EVENT
views provide information on what resources were waited for, and, if the configuration parameter TIMED_STATISTICS
is set to true
, how long each resource was waited for.The following views contain related, but different, views of the same data:
·
V$SESSION
lists session information for each current session. It lists either the event currently being waited for or the event last waited for on each session. This view also contains information on blocking sessions.·
V$SESSION_WAIT
is a current state view. It lists either the event currently being waited for or the event last waited for on each session·
V$SESSION_EVENT
lists the cumulative history of events waited for on each session. After a session exits, the wait event statistics for that session are removed from this view.·
V$SYSTEM_EVENT
lists the events and times waited for by the whole instance (that is, all session wait events data rolled up) since instance startup.
No comments:
Post a Comment