Oracle8i Reference
Release 2 (8.1.6)

Part Number A76961-01

Library

Product

Contents

Index

Go to previous page Go to beginning of chapter Go to next page

Dynamic Performance (V$) Views, 163 of 179


V$SYSTEM_EVENT

This view contains information on total waits for an event. Note that the TIME_WAITED and AVERAGE_WAIT columns will contain a value of zero on those platforms that do not support a fast timing mechanism. If you are running on one of these platforms and you want this column to reflect true wait times, you must set TIMED_STATISTICS to TRUE in the parameter file. Please remember that doing this will have a small negative effect on system performance.

See Also:

"TIMED_STATISTICS"

Column  Datatype  Description 

EVENT 

VARCHAR2(64)  

The name of the wait event  

TOTAL_WAITS  

NUMBER  

The total number of waits for this event  

TOTAL_TIMEOUTS 

NUMBER  

The total number of timeouts for this event  

TIME_WAITED 

NUMBER  

The total amount of time waited for this event, in hundredths of a second 

AVERAGE_WAIT 

NUMBER  

The average amount of time waited for this event, in hundredths of a second 


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index