V$LATCHNAME

This view contains 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(50) Latch name
HASH NUMBER Latch hash

See Also:

"V$LATCH"