aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

ORA-55511: Flashback Transaction experienced error in executing undo SQL

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.

请先 登录 后评论

1 个回答

小智
ORA-55511:闪回在执行撤消SQL时遇到错误,
.原因:在NOCASCADE_FORCE模式下执行时存在约束违例异常。如果没有启用适当的补充日志记录,用户也可能会收到此错误,导致约束依赖关系不被注意。,
.操作:使用CASCADE或NONCONFLICT_ONLY选项或为补充日志添加适当的级别。,
.
请先 登录 后评论