Oracle® Database Reference 11g Release 2 (11.2) Part Number E25513-03 |
|
|
PDF · Mobi · ePub |
V$ACCESS
displays information about locks that are currently imposed on library cache objects. The locks are imposed to ensure that they are not aged out of the library cache while they are required for SQL execution.
Column | Datatype | Description |
---|---|---|
SID |
NUMBER |
Session number that is accessing an object |
OWNER |
VARCHAR2(64) |
Owner of the object |
OBJECT |
VARCHAR2(1000) |
Name of the object |
TYPE |
VARCHAR2(64) |
Type identifier for the object |