DBA_CONSTRAINTS
DBA_CONSTRAINTS displays information about table constraints in database. It is accessible only to users with system administrator rights.
| Column | Type | Description |
|---|---|---|
| constraint_name | vcharacter varying(64) | Constraint name |
| constraint_type | Text | Constraint type
|
| table_name | character varying(64) | Name of constraint-related table |
| index_owner | character varying(64) | Owner of constraint-related index (only for the unique constraint and primary key constraint) |
| index_name | character varying(64) | Name of constraint-related index (only for the unique constraint and primary key constraint) |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.