Oracle Message ORA-02439 - Unique index on a deferrable constraint is not allowed

ERRORUnique index on a deferrable constraint is not allowed
CAUSEattempted to enable a deferrable primary key/unique constraint that has an existing unique index on the constraint columns.
ACTIONDrop the index on the constraint columns or make the constraint not deferrable.