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


VIEW: SYS.CDB_CONS_COLUMNS

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

Information about accessible columns in constraint definitions in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes Owner of the constraint definition
CONSTRAINT_NAME VARCHAR2 (128) Yes Name associated with the constraint definition
TABLE_NAME VARCHAR2 (128) Yes Name associated with table with constraint definition
COLUMN_NAME VARCHAR2 (4000)
Name associated with column or attribute of object column specified in the constraint definition
POSITION NUMBER

Original position of column or attribute in definition
CON_ID NUMBER

container id
Query Text

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


SELECT OWNER
,      CONSTRAINT_NAME
,      TABLE_NAME
,      COLUMN_NAME
,      POSITION
,      CON_ID
FROM SYS.CDB_CONS_COLUMNS;

Dependencies

[top of page]

SYS.CDB_CONS_COLUMNS does not reference any database object

SYS.CDB_CONS_COLUMNS is referenced by following:

SchemaPUBLIC
SynonymCDB_CONS_COLUMNS