--闪回  回退已删除的数据
select * from NCMS_SPECIALIST_CHRONIC as of timestamp to_timestamp('2019-12-16 9:04:00', 'yyyy-mm-dd hh24:mi:ss');
--开启这张表的状态
alter table NCMS_SPECIALIST_CHRONIC enable row movement;
flashback table NCMS_SPECIALIST_CHRONIC  to timestamp TO_TIMESTAMP('2019-12-16 9:04:00', 'yyyy-mm-dd hh24:mi:ss');
--关闭
alter table NCMS_SPECIALIST_CHRONIC disable row movement;
posted on 2019-12-27 11:15  以吾之名辉  阅读(230)  评论(0编辑  收藏  举报