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


VIEW: SYS.CDB_CLUSTERING_DIMENSIONS

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

All dimension 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
DIMENSION_OWNER VARCHAR2 (30) Yes Owner of the dimension table
DIMENSION_NAME VARCHAR2 (30) Yes Name of the dimension table
CON_ID NUMBER

container id
Query Text

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


SELECT OWNER
,      TABLE_NAME
,      DIMENSION_OWNER
,      DIMENSION_NAME
,      CON_ID
FROM SYS.CDB_CLUSTERING_DIMENSIONS;

Dependencies

[top of page]

SYS.CDB_CLUSTERING_DIMENSIONS does not reference any database object

SYS.CDB_CLUSTERING_DIMENSIONS is referenced by following:

SchemaPUBLIC
SynonymCDB_CLUSTERING_DIMENSIONS