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 number | 
| NAME | VARCHAR2(64) | Latch name | 
| HASH | NUMBER | Latch hash | 
See Also:
"V$LATCH"