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


VIEW: SYS.CDB_SECONDARY_OBJECTS

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

All secondary objects for domain indexes in all containers

[View Source]

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

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

Dependencies

[top of page]

SYS.CDB_SECONDARY_OBJECTS does not reference any database object

SYS.CDB_SECONDARY_OBJECTS is referenced by following:

SchemaPUBLIC
SynonymCDB_SECONDARY_OBJECTS