Oracle 11gR1
DBA_CONSTRAINTS
describes all constraint definitions on all tables in the database.
Related Views
· ALL_CONSTRAINTS
describes constraint definitions on tables accessible to the current user.
· 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 Oracle Database SQL Language Reference |
|
| | When the constraint was last enabled or disabled |
|
| | Name of the user owning the index |
|
| | Name of the index (only shown for unique and primary-key constraints) |
|
| | Whether the constraint is invalid |
|
| | Whether the constraint depends on a view |
No comments:
Post a Comment