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


VIEW: SYS.CDB_CLUSTERING_JOINS

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

All join details about clustering tables in the database in all containers

[View Source]

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

container id
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
,      CON_ID
FROM SYS.CDB_CLUSTERING_JOINS;

Dependencies

[top of page]

SYS.CDB_CLUSTERING_JOINS does not reference any database object

SYS.CDB_CLUSTERING_JOINS is referenced by following:

SchemaPUBLIC
SynonymCDB_CLUSTERING_JOINS