Oracle9i Database Reference
Release 1 (9.0.1)

Part Number A90190-02
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to beginning of chapter Go to next page

Dynamic Performance (V$) Views, 85 of 211


V$LATCH

This view lists statistics for non-parent latches and summary statistics for parent latches. That is, the statistics for a parent latch include counts from each of its children.


Note:

Columns SLEEP5, SLEEP6,... SLEEP11 are present for compatibility with previous versions of Oracle. No data are accumulated for these columns. 


Column  Datatype  Description 

ADDR 

RAW(4) 

Address of latch object 

LATCH# 

NUMBER 

Latch number 

LEVEL# 

NUMBER 

Latch level 

NAME 

VARCHAR2(64) 

Latch name 

GETS 

NUMBER 

Number of times obtained a wait 

MISSES 

NUMBER 

Number of times obtained a wait but failed on the first try 

SLEEPS 

NUMBER 

Number of times slept when wanted a wait 

IMMEDIATE_GETS 

NUMBER 

Number of times obtained without a wait 

IMMEDIATE_MISSES 

NUMBER 

Number of times failed to get without a wait 

WAITERS_WOKEN 

NUMBER 

How many times a wait was awakened 

WAITS_HOLDING_LATCH 

NUMBER 

Number of waits while holding a different latch 

SPIN_GETS 

NUMBER 

Gets that missed first try but succeeded on spin 

SLEEP1 ... SLEEP11 

NUMBER 

Waits that slept 1 time through 11 times, respectively 


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback