oracle 恢复数据 两天前的数据,数据量不大,执行下面语句
--开启行移动功能
alter table 表名 enable row movement;
--恢复表数据
flashback table 表名 to timestamp to_timestamp('2016-04-07 17:40:00','yyyy-mm-dd hh24:mi:ss');
报错 :
ORA-01555: snapshot too old: rollback segment number 11 with name "_SYSSMU11$" too small