to_timestamp('2019-01-02 19:40:00','yyyy-mm-dd hh24:mi:ss');
alter table 表名
enable row movement;
flashback table 表名
to timestamp
to_timestamp('2022-08-12 10:00:00','yyyy-mm-dd hh24:mi:ss');
数据库会恢复到指定的时间节点那一刻的数据。
to_timestamp('2019-01-02 19:40:00','yyyy-mm-dd hh24:mi:ss');
alter table 表名
enable row movement;
flashback table 表名
to timestamp
to_timestamp('2022-08-12 10:00:00','yyyy-mm-dd hh24:mi:ss');
数据库会恢复到指定的时间节点那一刻的数据。