Skip Headers

Oracle9i Database Reference
Release 2 (9.2)

Part Number A96536-01
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, 96 of 237


V$LOCK_ACTIVITY

This is an Oracle9i Real Application Clusters 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:

Oracle9i Real Application Clusters 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, 2002 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