Database Error Messages

ORA-38914

Either mutate the error or ignore row on unique violation

Cause

IGNORE_ROW_ON_DUPKEY_INDEX and CHANGE_DUPKEY_ERROR_INDEX were both specified in the same statement.


Action

You cannot specify both hints in the same statement. Remove one of these two hints, or both, from the statement.