Oracle® Database Reference 11g Release 2 (11.2) Part Number E25513-03 |
|
|
PDF · Mobi · ePub |
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"