alter table 表名 enable row movement;
flashback table 表名 to timestamp to_timestamp('05/11/2015 12:00:00','mm/dd/yyyy hh24:mi:ss')
alter table 表名 enable row movement;
flashback table 表名 to timestamp to_timestamp('05/11/2015 12:00:00','mm/dd/yyyy hh24:mi:ss')