8.32 V$LATCHNAME
V$LATCHNAME displays information about decoded latch names for the latches shown in V$LATCH.
               
The rows of V$LATCHNAME have a one-to-one correspondence to the rows of V$LATCH.
                  
| Column | Datatype | Description | 
|---|---|---|
| 
 | 
 | Latch number | 
| 
 | 
 | Latch name | 
| 
 | 
 | A clearer and more descriptive name for the latch that appears in the  | 
| 
 | 
 | Latch hash | 
| 
 | 
 | Type of the latch ( This column is available starting with Oracle Database 12c Release 2 (12.2.0.1). | 
| 
 | 
 | The ID of the container to which the data pertains. Possible values include: 
 | 
See Also:
"V$LATCH"