Oracle9i Database Reference Release 2 (9.2) Part Number A96536-02 |
|
|
View PDF |
ALL_CONSTRAINTS
describes constraint definitions on tables accessible to the current user.
DBA_CONSTRAINTS
describes all constraint definitions in the database.USER_CONSTRAINTS
describes constraint definitions on tables in the current user's schema.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the constraint definition |
|
|
|
Name of the constraint definition |
|
|
Type of constraint definition: |
|
|
|
|
Name associated with the table (or view) with constraint definition |
|
|
Text of search condition for a check constraint |
|
|
|
Owner of table referred to in a referential constraint |
|
|
|
Name of the unique constraint definition for referenced table |
|
|
|
Delete rule for a referential constraint ( |
|
|
|
Enforcement status of constraint ( |
|
|
|
Whether the constraint is deferrable |
|
|
|
Whether the constraint was initially deferred |
|
|
|
Whether all data obeys the constraint ( |
|
|
|
Whether the name of the constraint is user or system generated |
|
|
|
A See Also: the |
|
|
|
Whether an enabled constraint is enforced or unenforced. See Also: the constraints in Oracle9i SQL Reference |
|
|
|
When the constraint was last enabled or disabled |
|
|
|
Name of the user owning the index |
|
|
|
Name of the index |