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


VIEW: SYS.CDB_OBJECT_USAGE

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

Record of index usage in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (30) Yes Owner of the index
INDEX_NAME VARCHAR2 (30) Yes Name of the index
TABLE_NAME VARCHAR2 (30) 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
CON_ID NUMBER

container id
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
,      CON_ID
FROM SYS.CDB_OBJECT_USAGE;

Dependencies

[top of page]

SYS.CDB_OBJECT_USAGE does not reference any database object

SYS.CDB_OBJECT_USAGE is referenced by following:

SchemaPUBLIC
SynonymCDB_OBJECT_USAGE