首页 > 技术文章 > Oracle把表记录恢复到指定时间节点

dashazia 2019-11-04 16:25 原文

可以执行以下命令
alter table 表名 enable row movement; --开启表行移动
flashback table 表名 to timestamp to_timestamp('20130813 14:00:00','yyyymmdd hh24:mi:ss');

推荐阅读