Skip Headers
Oracle® Database Reference
11g Release 1 (11.1)

Part Number B28320-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

ALL_SECONDARY_OBJECTS

ALL_SECONDARY_OBJECTS provides information about secondary objects associated with domain indexes accessible to the user. This view is only relevant in the context of domain indexes. And currently, the secondary objects can only be tables.

Related Views

Column Datatype NULL Description
INDEX_OWNER VARCHAR2(30) NOT NULL Name of the domain index owner
INDEX_NAME VARCHAR2(30) NOT NULL Name of the domain index
SECONDARY_OBJECT_OWNER VARCHAR2(30) NOT NULL Owner of the secondary object created by the domain index
SECONDARY_OBJECT_NAME VARCHAR2(30) NOT NULL Name of the secondary object created by the domain index
SECONDARY_OBJDATA_TYPE VARCHAR2(20)
Type of the secondary object created by the domain index