alter table 表名enable row movement;
flashback table 表名 to timestamp to_timestamp('2020-01-06 12:00:00','yyyy-mm-dd HH24:MI:SS');
alter table 表名enable row movement;
flashback table 表名 to timestamp to_timestamp('2020-01-06 12:00:00','yyyy-mm-dd HH24:MI:SS');