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


VIEW: SYS.USER_CLUSTERING_TABLES

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

Description of the clustering clause of tables created by the user

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes Owner of the table
TABLE_NAME VARCHAR2 (128) Yes Name of the table
CLUSTERING_TYPE VARCHAR2 (11)
Clustering type
ON_LOAD VARCHAR2 (3)
Will Oracle cluster data on load
ON_DATAMOVEMENT VARCHAR2 (3)
Will Oracle cluster data on data movement, for example partition move
VALID VARCHAR2 (3)
Is clustering valid. It is invalid if dimension does not have pk/uk constraint
WITH_ZONEMAP VARCHAR2 (3)
Is a zonemap also created with clustering
LAST_LOAD_CLST TIMESTAMP(6) (11)
Last time the clustering occured on load
LAST_DATAMOVE_CLST TIMESTAMP(6) (11)
Last time the clustering occured on data movement, for example partition move
Query Text

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


SELECT OWNER
,      TABLE_NAME
,      CLUSTERING_TYPE
,      ON_LOAD
,      ON_DATAMOVEMENT
,      VALID
,      WITH_ZONEMAP
,      LAST_LOAD_CLST
,      LAST_DATAMOVE_CLST
FROM SYS.USER_CLUSTERING_TABLES;

Dependencies

[top of page]

SYS.USER_CLUSTERING_TABLES references the following:

SchemaSYS
ViewDBA_CLUSTERING_TABLES
SYS.USER_CLUSTERING_TABLES is referenced by following:

SchemaPUBLIC
SynonymUSER_CLUSTERING_TABLES