Oracle Error Message
ORA-55511: Flashback Transaction experienced error in executing undo SQL
Reason for the Error
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.
Solution
Either use CASCADE or NONCONFLICT_ONLY options or add appropriate level for supplemental logging.