| Oracle® Database Reference 11g Release 1 (11.1) Part Number B28320-01  | 
  | 
  | 
View PDF | 
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"