Oracle8i Reference
Release 2 (8.1.6)

Part Number A76961-01

Library

Product

Contents

Index

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

Dynamic Performance (V$) Views, 81 of 179


V$LOCK_ACTIVITY

This is an Oracle Parallel Server view. V$LOCK_ACTIVITY displays the DLM lock operation activity of the current instance. Each row corresponds to a type of lock operation.

See Also:

Oracle8i Parallel Server Concepts

Column  Datatype  Description 

FROM_VAL 

VARCHAR2(4) 

PCM lock initial state: NULL; S; X; SSX 

TO_VAL 

VARCHAR2(4) 

PCM lock initial state: NULL; S; X; SSX 

ACTION_VAL 

VARCHAR2(51) 

Description of lock conversions

  • Lock buffers for read

  • Lock buffers for write

  • Make buffers CR (no write)

  • Upgrade read lock to write

  • Make buffers CR (write dirty buffers)

  • Downgrade write lock to read (write dirty buffers)

  • Write transaction table/undo blocks

  • Transaction table/undo blocks (write dirty buffers)

  • Make transaction table/undo blocks available share

  • Rearm transaction table write mechanism

 

COUNTER 

NUMBER 

Number of times the lock operation executed 


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

All Rights Reserved.

Library

Product

Contents

Index