DBA_CONSTRAINTS
Constraint definitions on all tablesColumns
___________________________
BAD
Creating this constraint should give ORA-02436. Rewrite it before 2000 AD.
GENERATED
Was the constraint name system generated? - GENERATED NAME or USER NAME
RELY
If set, this flag will be used in optimizer
LAST_CHANGE
The date when this column was last enabled or disabled
VALIDATED
Was this constraint system validated? - VALIDATED or NOT VALIDATED
OWNER
Owner of the table
DEFERRED
Is the constraint deferred by default - DEFERRED or IMMEDIATE
DEFERRABLE
Is the constraint deferrable - DEFERRABLE or NOT DEFERRABLE
STATUS
Enforcement status of constraint - ENABLED or DISABLED
DELETE_RULE
The delete rule for a referential constraint
R_CONSTRAINT_NAME
Name of unique constraint definition for referenced table
R_OWNER
Owner of table used in referential constraint
SEARCH_CONDITION
Text of search condition for table check
TABLE_NAME
Name associated with table with constraint definition
CONSTRAINT_NAME
Name associated with constraint definition
CONSTRAINT_TYPE
Type of constraint definition
Related Commands: