select * from 表名
as of timestamp to_timestamp(‘2021-09-04 09:44:00‘, ‘yyyy-MM-dd hh24:mi:ss‘)
alter table 表名 enable row movement
flashback table 表名
to timestamp TO_TIMESTAMP(‘2021-09-04 09:44:00‘, ‘yyyy-MM-dd hh24:mi:ss‘)
alter table 表名 disable row movement
原文:https://www.cnblogs.com/zmxnb/p/15225889.html