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


VIEW: SYS.ALL_CLUSTERING_KEYS

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

Description of the keys of the clustering clause of tables accessible to the user

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes Owner of the table on which clustering clause is defined
TABLE_NAME VARCHAR2 (128) Yes Name of the table on which clustering clause is defined
DETAIL_OWNER VARCHAR2 (128) Yes Owner of the detailed table contributing to the clustering keys
DETAIL_NAME VARCHAR2 (128) Yes Name of the detailed table contributing to the clustering keys
DETAIL_COLUMN VARCHAR2 (128) Yes
POSITION NUMBER
Yes Position of the column in the clustering clause
GROUPID NUMBER
Yes Group of the column in the clustering clause
Query Text

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


SELECT OWNER
,      TABLE_NAME
,      DETAIL_OWNER
,      DETAIL_NAME
,      DETAIL_COLUMN
,      POSITION
,      GROUPID
FROM SYS.ALL_CLUSTERING_KEYS;

Dependencies

[top of page]

SYS.ALL_CLUSTERING_KEYS references the following:

SchemaSYS
ViewALL_TABLES
ViewDBA_CLUSTERING_KEYS
SYS.ALL_CLUSTERING_KEYS is referenced by following:

SchemaPUBLIC
SynonymALL_CLUSTERING_KEYS