ORA-08183: Flashback cannot be enabled in the middle of a transaction
Cause: user tried to do Flashback in the middle of a transaction
Action: do a commit
ORA-08183: Flashback cannot be enabled in the middle of a transaction 错误表明,在事务过程中不能启用Flashback功能。
1.首先提交或回滚当前的事务,允许 FLASHBACK 查询的表进行更新;
2.使用ENABLE FLASHBACK语句启用Flashback;
3.如果发现错误,请尝试重新启用Flashback查询;
4.如果问题仍然存在,请参考数据库日志和活动会话。