DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.DBA_OBJECT_USAGE

Object Details
Object Name: DBA_OBJECT_USAGE
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

Record of index usage

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes Owner of the index
INDEX_NAME VARCHAR2 (128) Yes Name of the index
TABLE_NAME VARCHAR2 (128) Yes Name of the table upon which the index was build
MONITORING VARCHAR2 (3)
Whether the monitoring feature is on
USED VARCHAR2 (3)
Whether the index has been accessed
START_MONITORING CHAR (19)
When the monitoring feature is turned on
END_MONITORING CHAR (19)
When the monitoring feature is turned off
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT OWNER
,      INDEX_NAME
,      TABLE_NAME
,      MONITORING
,      USED
,      START_MONITORING
,      END_MONITORING
FROM SYS.DBA_OBJECT_USAGE;

Dependencies

[top of page]

SYS.DBA_OBJECT_USAGE references the following:

SchemaSYS
TableIND$
TableOBJ$
TableOBJECT_USAGE
TableUSER$
SYS.DBA_OBJECT_USAGE is referenced by following:

SchemaPUBLIC
SynonymDBA_OBJECT_USAGE