Skip Headers
Oracle® Database Reference
10g Release 2 (10.2)

Part Number B14237-04
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

DBA_LOCK

DBA_LOCK lists all locks or latches held in the database, and all outstanding requests for a lock or latch.

Column Datatype NULL Description
SESSION_ID NUMBER   Session holding or acquiring the lock
LOCK_TYPE VARCHAR2(26)   Lock type

See Also: For a listing of lock types, see Appendix D, "Oracle Enqueue Names"

MODE HELD VARCHAR2(40)   Lock mode
MODE REQUESTED VARCHAR2(40)   Lock mode requested
LOCK_ID1 VARCHAR2(40)   Type-specific lock identifier, part 1
LOCK_ID2 VARCHAR2(40)   Type-specific lock identifier, part 2
LAST_CONVERT NUMBER   The last convert
BLOCKING_OTHERS VARCHAR2(40)   Whether the lock is currently blocking others