Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1061882
  • 博文数量: 239
  • 博客积分: 10
  • 博客等级: 民兵
  • 技术积分: 3618
  • 用 户 组: 普通用户
  • 注册时间: 2012-11-12 13:17
文章分类

全部博文(239)

文章存档

2021年(1)

2016年(1)

2015年(30)

2014年(91)

2013年(116)

分类: LINUX

2014-01-30 20:04:03

闪回表时候报错:
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.

阅读(1296) | 评论(0) | 转发(0) |
0

上一篇:oracle闪回学习四

下一篇:oracle闪回学习五

给主人留下些什么吧!~~