Database Error Messages

ORA-55749

Reservable column supports only NOT NULL and CHECK constraints.

Cause

An attempt is being made to specify a constraint on a reservable column that is not a NOT NULL or CHECK constraint.


Action

Use only NOT NULL and CHECK constraints for reservable columns.