首先允许行移动
alter table xx enable row movement;
闪回
flashback table xx to timestamp to_timestamp('2010-09-27 16:00:00','yyyy-mm-dd hh24:mi:ss');
首先允许行移动
alter table xx enable row movement;
闪回
flashback table xx to timestamp to_timestamp('2010-09-27 16:00:00','yyyy-mm-dd hh24:mi:ss');