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


VIEW: SYS.DBA_CLUSTERING_DIMENSIONS

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

All dimension 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
DIMENSION_OWNER VARCHAR2 (128) Yes Owner of the dimension table
DIMENSION_NAME VARCHAR2 (128) Yes Name of the dimension table
Query Text

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


SELECT OWNER
,      TABLE_NAME
,      DIMENSION_OWNER
,      DIMENSION_NAME
FROM SYS.DBA_CLUSTERING_DIMENSIONS;

Dependencies

[top of page]

SYS.DBA_CLUSTERING_DIMENSIONS references the following:

SchemaSYS
TableCLSTDIMENSION$
TableOBJ$
TableUSER$
SYS.DBA_CLUSTERING_DIMENSIONS is referenced by following:

SchemaPUBLIC
SynonymDBA_CLUSTERING_DIMENSIONS
SchemaSYS
ViewALL_CLUSTERING_DIMENSIONS
ViewUSER_CLUSTERING_DIMENSIONS