DBA_HIST_SYSTEM_EVENT displays historical information on total waits for an event. This view contains snapshots of V$SYSTEM_EVENT.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
 
  | 
 
  | 
 
  | 
 Unique snapshot ID  | 
| 
 
  | 
 
  | 
 
  | 
 Database ID for the snapshot  | 
| 
 
  | 
 
  | 
 
  | 
 Instance number for the snapshot  | 
| 
 
  | 
 
  | 
 
  | 
 Identifier of the wait event  | 
| 
 
  | 
 
  | 
 
  | 
 Name of the wait event  | 
| 
 
  | 
 
  | 
 Identifier of the Class of the Wait Event  | 
|
| 
 
  | 
 
  | 
 Name of the Class of the Wait Event  | 
|
| 
 
  | 
 
  | 
 Total number of waits for the event  | 
|
| 
 
  | 
 
  | 
 Total number of timeouts for the event  | 
|
| 
 
  | 
 
  | 
 Total amount of time waited for the event (in microseconds)  | 
|
| 
 
  | 
 
  | 
 Total number of waits for the event, from foreground sessions  | 
|
| 
 
  | 
 
  | 
 Total number of timeouts for the event, from foreground sessions  | 
|
| 
 
  | 
 
  | 
 Amount of time waited for the event (in microseconds), from foreground sessions  | 
|
| 
 
  | 
 
  | 
 The database ID of the PDB for the sampled session  | 
|
| 
 
  | 
 
  | 
 The ID of the container that  
  | 
See Also: