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


VIEW: SYS.USER_SECONDARY_OBJECTS

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

All secondary objects for domain indexes

[View Source]

Columns
Name Datatype Length Mandatory Comments
INDEX_OWNER VARCHAR2 (128) Yes Name of the domain index owner
INDEX_NAME VARCHAR2 (128) Yes Name of the domain index
SECONDARY_OBJECT_OWNER VARCHAR2 (128) Yes Owner of the secondary object
SECONDARY_OBJECT_NAME VARCHAR2 (128) Yes Name of the secondary object
SECONDARY_OBJDATA_TYPE VARCHAR2 (20)
Type of the secondary object
Query Text

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


SELECT INDEX_OWNER
,      INDEX_NAME
,      SECONDARY_OBJECT_OWNER
,      SECONDARY_OBJECT_NAME
,      SECONDARY_OBJDATA_TYPE
FROM SYS.USER_SECONDARY_OBJECTS;

Dependencies

[top of page]

SYS.USER_SECONDARY_OBJECTS references the following:

SchemaSYS
TableOBJ$
TableSECOBJ$
TableUSER$
SYS.USER_SECONDARY_OBJECTS is referenced by following:

SchemaPUBLIC
SynonymUSER_SECONDARY_OBJECTS