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


VIEW: SYS.ALL_CLUSTERING_DIMENSIONS

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

All dimension details about clustering tables the user owns or has system privileges

[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.ALL_CLUSTERING_DIMENSIONS;

Dependencies

[top of page]

SYS.ALL_CLUSTERING_DIMENSIONS references the following:

SchemaSYS
ViewALL_TABLES
ViewDBA_CLUSTERING_DIMENSIONS
SYS.ALL_CLUSTERING_DIMENSIONS is referenced by following:

SchemaPUBLIC
SynonymALL_CLUSTERING_DIMENSIONS