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


V$LOCK_ELEMENT

This is an Oracle9i Real Application Clusters view. There is one entry in V$LOCK_ELEMENT for each PCM lock that is used by the buffer cache. The name of the PCM lock that corresponds to a lock element is {'BL', indx, class}.

See Also:

Oracle9i Real Application Clusters Concepts 

Column  Datatype  Description 

LOCK_ELEMENT_ADDR 

RAW(4) 

The address of the lock element that contains the PCM lock that is covering the buffer. If more than one buffer has the same address, then these buffers are covered by the same PCM lock.  

INDX 

NUMBER 

Platform specific lock manager identifier 

CLASS 

NUMBER 

Platform specific lock manager identifier 

LOCK_ELEMENT_NAME 

NUMBER 

The name of the lock that contains the PCM lock that is covering the buffer 

MODE_HELD 

NUMBER 

Platform dependent value for lock mode held; often: 3 = share; 5 = exclusive 

BLOCK_COUNT 

NUMBER 

Number of blocks covered by PCM lock 

RELEASING 

NUMBER 

Nonzero if PCM lock is being downgraded 

ACQUIRING 

NUMBER 

Nonzero if PCM lock is being upgraded 

INVALID 

NUMBER 

Nonzero if PCM lock is invalid (a lock may become invalid after a system failure) 

FLAGS 

NUMBER 

Process level flags for the lock element 


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