oracle恢复数据

select * from tablename as of timestamp to_timestamp('2018-05-04 13:30:00','yyyy-MM-dd hh24:mi:ss') where tablename = '';

查询这个时间点的数据,短时间可以,长时间回报错.查到之后然后导出sql语句,在重新恢复。

posted @ 2020-04-05 17:43  LoveYouLoveMe  阅读(123)  评论(0编辑  收藏  举报