Oracle8i Reference Release 2 (8.1.6) Part Number A76961-01 |
|
Static Data Dictionary Views, 14 of 452
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 of the table 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: CASCADE or NO ACTION |
|
|
|
Enforcement status of constraint: ENABLED or DISABLED |
|
|
|
Whether the constraint is deferrable |
|
|
|
Whether the constraint was initially deferred |
|
|
|
Whether all data obeys the constraint: VALIDATED or NOT VALIDATED |
|
|
|
Whether the name of the constraint is user or system generated |
|
|
|
A YES value indicates that this constraint specifies a century in an ambiguous manner. To avoid errors resulting from this ambiguity, rewrite the constraint using the TO_DATE function with a four-digit year. See Also: the TO_DATE function in Oracle8i SQL Reference and Oracle8i Application Developer's Guide - Fundamentals. |
|
|
|
Whether an enabled constraint is enforced or unenforced. See Also: the constraint_clause in Oracle8i SQL Reference. |
|
|
|
When the constraint was last enabled or disabled |
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|