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


VIEW: SYS.DBA_JOIN_IND_COLUMNS

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

Join Index columns comprising the join conditions

[View Source]

Columns
Name Datatype Length Mandatory Comments
INDEX_OWNER VARCHAR2 (128) Yes Index owner
INDEX_NAME VARCHAR2 (128) Yes Index name
INNER_TABLE_OWNER VARCHAR2 (128) Yes Table owner of inner table (table closer to the fact table)
INNER_TABLE_NAME VARCHAR2 (128) Yes Table name of inner table (table closer to the fact table)
INNER_TABLE_COLUMN VARCHAR2 (128) Yes Column name of inner table (table closer to the fact table)
OUTER_TABLE_OWNER VARCHAR2 (128) Yes Table owner of outer table (table closer to the fact table)
OUTER_TABLE_NAME VARCHAR2 (128) Yes Table name of outer table (table closer to the fact table)
OUTER_TABLE_COLUMN VARCHAR2 (128) Yes Column name of outer table (table closer to the fact table)
Query Text

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


SELECT INDEX_OWNER
,      INDEX_NAME
,      INNER_TABLE_OWNER
,      INNER_TABLE_NAME
,      INNER_TABLE_COLUMN
,      OUTER_TABLE_OWNER
,      OUTER_TABLE_NAME
,      OUTER_TABLE_COLUMN
FROM SYS.DBA_JOIN_IND_COLUMNS;

Dependencies

[top of page]

SYS.DBA_JOIN_IND_COLUMNS references the following:

SchemaSYS
TableCOL$
TableJIJOIN$
TableOBJ$
TableUSER$
SYS.DBA_JOIN_IND_COLUMNS is referenced by following:

SchemaPUBLIC
SynonymDBA_JOIN_IND_COLUMNS