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


VIEW: SYS.CDB_CLUSTERING_KEYS

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

Description of the keys of the clustering clause of tables accessible to dba in all containers

[View Source]

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

container id
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
,      CON_ID
FROM SYS.CDB_CLUSTERING_KEYS;

Dependencies

[top of page]

SYS.CDB_CLUSTERING_KEYS does not reference any database object

SYS.CDB_CLUSTERING_KEYS is referenced by following:

SchemaPUBLIC
SynonymCDB_CLUSTERING_KEYS