Skip Headers
Oracle® Database Reference
10g Release 2 (10.2)

Part Number B14237-04
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

ALL_CONS_OBJ_COLUMNS

ALL_CONS_OBJ_COLUMNS displays information about the types that object columns (or attributes) or collection elements have been constrained to, in the tables accessible to the current user.

Related Views

Column Datatype NULL Description
OWNER VARCHAR2(30)   Owner of the table
TABLE_NAME VARCHAR2(30)   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(30)   Owner of the type that the column (or element) is constrained to
CONS_TYPE_NAME VARCHAR2(30)   Name of the type that the column (or element) is constrained to
CONS_TYPE_ONLY VARCHAR2(15)   Indicates whether the column (or element) is constrained to ONLY type (Y) or not (N)