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, 58 of 211


V$ENQUEUE_STAT

This view displays statistics on the number of enqueue (lock) requests for each type of lock.

Column  Datatype  Description 

INST_ID 

NUMBER 

Database instance number 

EQ_TYPE 

VARCHAR2(2) 

Type of enqueue requested 

TOTAL_REQ# 

NUMBER 

Total number of enqueue requests or enqueue conversions for this type of enqueue 

TOTAL_WAIT# 

NUMBER 

Total number of times an enqueue request or conversion resulted in a wait 

SUCC_REQ# 

NUMBER 

Number of times an enqueue request or conversion was granted 

FAILED_REQ# 

NUMBER 

Number of times an enqueue request or conversion failed 

CUM_WAIT_TIME 

NUMBER 

Total amount of time (in milliseconds) spent waiting for the enqueue or enqueue conversion 


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