V$LATCH
This view displays aggregate latch statistics.
Fields
The most relevant view fields are as follows:
LATCH#
: The latch numberNAME
: The latch nameGETS
: The number of times the latch is requested in the willing-to-wait modeMISSES
: The number of times the latch is requested in willing-to-wait mode and the requestor had to waitSLEEPS
: The number of times a willing-to-wait latch request resulted in a session sleepingSPIN_GETS
: The number of times a willing-to-wait latch request was satisfied only after a spinWAIT_TIME
: The elapsed time spent waiting for the latch in microsecondsIMMEDIATE_GETS
: The number of times the latch is requested in no-wait modeIMMEDIATE_MISSES
: The number of times a no-wait latch request was unsatisfied
See also
The
V$LATCH_CHILDREN
recipe in this appendix