Database Error Messages

ORA-55511

Flashback Transaction experienced error in executing undo SQL

Cause

There was a constraint violation exception when executing in NOCASCADE_FORCE mode. Users could also get this error if appropriate supplemental logging is not enabled causing constraint dependencies to go unnoticed.


Action

Either use CASCADE or NONCONFLICT_ONLY options or add appropriate level for supplemental logging.