[Home] [Help]
[Dependency Information]
| Object Name: | DBA_SECONDARY_OBJECTS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
All secondary objects for domain indexes
| 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 |
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.DBA_SECONDARY_OBJECTS;
SYS
OBJ$
SECOBJ$
USER$
PUBLIC
DBA_SECONDARY_OBJECTS
|
|
|
|