DBA_CONS_COLUMNS v16

The DBA_CONS_COLUMNS view provides information about all columns that are included in constraints that are specified on all tables in the database.

NameTypeDescription
ownerTEXTUser name of the constraint’s owner.
schema_nameTEXTName of the schema in which the constraint belongs.
constraint_nameTEXTName of the constraint.
table_nameTEXTName of the table to which the constraint belongs.
column_nameTEXTName of the column referenced in the constraint.
positionSMALLINTPosition of the column in the object definition.
constraint_defTEXTDefinition of the constraint.