Skip Headers
Oracle® Database Reference
11g Release 2 (11.2)

Part Number E25513-03
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub
REFRN30635

V$LIBCACHE_LOCKS

V$LIBCACHE_LOCKS displays information about the library cache locks and pins. Locks and pins are distinguished based on the value of the TYPE column.

Column Datatype Description
TYPE VARCHAR2(4) LOCK or PIN
ADDR RAW(4 | 8) Address of the lock/pin
HOLDING_USER_SESSION RAW(4 | 8) User session holding this lock/pin
HOLDING_SESSION RAW(4 | 8) Session holding this lock/pin
OBJECT_HANDLE RAW(4 | 8) Handle address for which the lock/pin is acquired
LOCK_HELD RAW(4 | 8) If the type is LOCK, then LOCK_HELD represents the pin that is pinning the object.

If the type is PIN, then LOCK_HELD represents the lock that is locking the object.

REFCOUNT NUMBER Reference count for this lock/pin
MODE_HELD NUMBER Lock/pin mode held:
  • 0 - No lock/pin held

  • 1 - Null mode

  • 2 - Share mode

  • 3 - Exclusive mode

MODE_REQUESTED NUMBER Lock/pin mode requested:
  • 0 - No lock/pin requested

  • 1 - Null mode

  • 2 - Share mode

  • 3 - Exclusive mode

SAVEPOINT_NUMBER NUMBER Kernel transaction savepoint number at the time the lock/pin was acquired

Reader Comment

   

Comments, corrections, and suggestions are forwarded to authors every week. By submitting, you confirm you agree to the terms and conditions. Use the OTN forums for product questions. For support or consulting, file a service request through My Oracle Support.

Hide Navigation

Quick Lookup

Database Library · Master Index · Master Glossary · Book List · Data Dictionary · SQL Keywords · Initialization Parameters · Advanced Search · Error Messages

Main Categories

This Document

New and changed documents:
RSS Feed HTML RSS Feed PDF