Welcome 微信登录

首页 / 数据库 / MySQL / ORA-08189: cannot flashback the table because row movement is not enabled

闪回表时候报错:SQL> flashback table hr.employees to timestamp (systimestamp - interval "10" minute);flashback table hr.employees to timestamp (systimestamp - interval "10" minute)*ERROR at line 1:ORA-08189: cannot flashback the table because row movement is not enabled开启行迁移SQL> alter table hr.employees enable row movement;Table altered.SQL> flashback table hr.employees to timestamp (systimestamp - interval "10" minute);Flashback complete.相关阅读:关于ORA-01000: maximum open cursors exceeded" 问题分析总结 http://www.linuxidc.com/Linux/2013-06/86057.htm关于Oracle游标的问题(ORA-01000: maximum open cursors exceeded) http://www.linuxidc.com/Linux/2009-01/18148.htmOracle ORA-01000:maximum open cursors exceeded http://www.linuxidc.com/Linux/2013-01/77754.htmORA-01000: maximum open cursors exceeded http://www.linuxidc.com/Linux/2013-02/80071.htm更多Oracle相关信息见Oracle 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=12利用rman搭建Oracle Data Guard环境MySQL多线程导入导出工具Mydumper相关资讯      ORA-08189  本文评论 查看全部评论 (0)
表情: 姓名: 字数