ORA-02439:Unique index on a deferrable constraint is not allowed
错误码
错误描述:Unique index on a deferrable constraint is not allowed
错误原因:attempted to enable a deferrable primary key/unique constraint that has an existing unique index on the constraint columns.
解决方法:Drop the index on the constraint columns or make the constraint not deferrable.
向认证技术专家提问
向技术专家提问


