5.3 DBA_HIST_LATCH_MISSES_SUMMARY
DBA_HIST_LATCH_MISSES_SUMMARY displays historical summary statistics about missed attempts to acquire a latch.
               
This view contains snapshots of V$LATCH_MISSES.
                  
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
 | 
 | 
 | Unique snapshot ID | 
| 
 | 
 | 
 | Database ID for the snapshot | 
| 
 | 
 | 
 | Instance number for the snapshot | 
| 
 | 
 | 
 | Latch name of a parent latch | 
| 
 | 
 | 
 | Location that attempted to acquire the latch | 
| 
 | 
 | 
 | Number of times that no-wait acquisition of the latch failed | 
| 
 | 
 | 
 | Number of times that acquisition attempts caused sleeps | 
| 
 | 
 | 
 | Number of times a waiter slept | 
| 
 | 
 | 
 | The database ID of the PDB for the sampled session | 
| 
 | 
 | 
 | The ID of the container that  
 | 
See Also: