V$DB_OBJECT_CACHE
This view lists objects currently cached in the library cache.
Fields
The most relevant view fields are as follows:
OWNER
: The owner of the objectNAME
: The object nameTYPE
: The object type, for example,INDEX
,TABLE
,VIEW
,CLUSTER
,SEQUENCE
,PROCEDURE
,FUNCTION
,PACKAGE
,TRIGGER
, orCLASS
SHARABLE_MEM
: The amount of memory in the shared pool used by the objectKEPT
: If the object was pinned in the library cache using theDBMS_SHARED_POOL.KEEP
procedure, the value isYES
, otherwiseNO
LOADS
: The number of times the object was loadedLOCKS
: The number of users locking the objectPINS
: The number of users pinning the objectINVALIDATIONS
: The number of times the object was marked invalid because a dependent object was modified
See also
The
ALL_OBJECTS
section in this appendix