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


VIEW: SYS.USER_OBJECT_USAGE

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

Record of index usage

[View Source]

Columns
Name Datatype Length Mandatory Comments
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 INDEX_NAME
,      TABLE_NAME
,      MONITORING
,      USED
,      START_MONITORING
,      END_MONITORING
FROM SYS.USER_OBJECT_USAGE;

Dependencies

[top of page]

SYS.USER_OBJECT_USAGE references the following:

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

SchemaPUBLIC
SynonymUSER_OBJECT_USAGE
SynonymV$OBJECT_USAGE