ORA-02439: Unique index on a deferrable constraint is not allowed
What triggered the Error:
attempted to enable a deferrable primary key/unique constraint that has an existing unique index on the constraint columns.What should we do to fix it:
Drop the index on the constraint columns or make the constraint not deferrable.