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


VIEW: SYS.USER_CLUSTERING_DIMENSIONS

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

All dimension details about clustering tables owned by the user

[View Source]

Columns
Name Datatype Length Mandatory Comments
TABLE_NAME VARCHAR2 (128) Yes Name of the clustering table
DIMENSION_OWNER VARCHAR2 (128) Yes
DIMENSION_NAME VARCHAR2 (128) Yes
Query Text

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


SELECT TABLE_NAME
,      DIMENSION_OWNER
,      DIMENSION_NAME
FROM SYS.USER_CLUSTERING_DIMENSIONS;

Dependencies

[top of page]

SYS.USER_CLUSTERING_DIMENSIONS references the following:

SchemaSYS
ViewDBA_CLUSTERING_DIMENSIONS
SYS.USER_CLUSTERING_DIMENSIONS is referenced by following:

SchemaPUBLIC
SynonymUSER_CLUSTERING_DIMENSIONS