alter table table_name enable row movement;
FLASHBACK TABLE table_name TO TIMESTAMP TO_TIMESTAMP(‘2020-07-07 09:00:00’,‘yyyy-mm-dd hh24:mi:ss’);
alter table table_name enable row movement;
FLASHBACK TABLE table_name TO TIMESTAMP TO_TIMESTAMP(‘2020-07-07 09:00:00’,‘yyyy-mm-dd hh24:mi:ss’);