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


VIEW: SYS.ALL_CONS_OBJ_COLUMNS

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

List of types an object column or attribute is constrained to in the tables accessible to the user

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128)
Owner of the table
TABLE_NAME VARCHAR2 (128)
Name of the table containing the object column or attribute
COLUMN_NAME VARCHAR2 (4000)
Fully qualified name of the object column or attribute
CONS_TYPE_OWNER VARCHAR2 (128)
Owner of the type that the column is constrained to
CONS_TYPE_NAME VARCHAR2 (128)
Name of the type that the column is constrained to
CONS_TYPE_ONLY VARCHAR2 (15)
Indication of whether the column is constrained to ONLY type
Query Text

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


SELECT OWNER
,      TABLE_NAME
,      COLUMN_NAME
,      CONS_TYPE_OWNER
,      CONS_TYPE_NAME
,      CONS_TYPE_ONLY
FROM SYS.ALL_CONS_OBJ_COLUMNS;

Dependencies

[top of page]

SYS.ALL_CONS_OBJ_COLUMNS references the following:

SchemaSYS
TableATTRCOL$
TableCOL$
TableOBJ$
TableOBJAUTH$
TableSUBCOLTYPE$
TableUSER$
View_BASE_USER
View_CURRENT_EDITION_OBJ
SYS.ALL_CONS_OBJ_COLUMNS is referenced by following:

SchemaPUBLIC
SynonymALL_CONS_OBJ_COLUMNS