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


VIEW: SYS.DBA_CLUSTERING_JOINS

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

All join details about clustering tables in the database

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes Owner of the clustering table
TABLE_NAME VARCHAR2 (128) Yes Name of the clustering table
TAB1_OWNER VARCHAR2 (128) Yes Owner of the first dimension table
TAB1_NAME VARCHAR2 (128) Yes Name of the first dimension table
TAB1_COLUMN VARCHAR2 (128) Yes Name of the first dimension table column
TAB2_OWNER VARCHAR2 (128) Yes Owner of the second dimension table
TAB2_NAME VARCHAR2 (128) Yes Name of the second dimension table
TAB2_COLUMN VARCHAR2 (128) Yes Name of the second dimension table column
Query Text

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


SELECT OWNER
,      TABLE_NAME
,      TAB1_OWNER
,      TAB1_NAME
,      TAB1_COLUMN
,      TAB2_OWNER
,      TAB2_NAME
,      TAB2_COLUMN
FROM SYS.DBA_CLUSTERING_JOINS;

Dependencies

[top of page]

SYS.DBA_CLUSTERING_JOINS references the following:

SchemaSYS
TableCLSTJOIN$
TableCOL$
TableOBJ$
TableUSER$
SYS.DBA_CLUSTERING_JOINS is referenced by following:

SchemaPUBLIC
SynonymDBA_CLUSTERING_JOINS
SchemaSYS
ViewALL_CLUSTERING_JOINS
ViewUSER_CLUSTERING_JOINS