DBA_JOIN_IND_COLUMNSJoin Index columns comprising the join conditions------------------------------------------------------------------------------------INDEX_OWNER VARCHAR2 Index ownerINDEX_NAME VARCHAR2 Index nameINNER_TABLE_OWNER VARCHAR2 Table owner of inner table (table closer to the fact table)INNER_TABLE_NAME VARCHAR2 Table name of inner table (table closer to the fact table)INNER_TABLE_COLUMN VARCHAR2 Column name of inner table (table closer to the fact table)OUTER_TABLE_OWNER VARCHAR2 Table owner of outer table (table closer to the fact table)OUTER_TABLE_NAME VARCHAR2 Table name of outer table (table closer to the fact table)OUTER_TABLE_COLUMN VARCHAR2 Column name of outer table (table closer to the fact table)