oracle数据删除恢复

insert into 表名 select * from 表名 as of timestamp to_Date(2017-07-20 10:00:00, yyyy-mm-dd hh24:mi:ss);
COMMIT;