oracle 数据恢复

oracle恢复删除且提交后的数据

1、查询指定时间点指定表的数据信息

select * from 表名 as of timestamp to_timestamp('2022-02-23 14:00:00','yyyy-mm-dd hh24:mi:ss')

 

posted @ 2022-03-04 11:19  好久.不见  阅读(40)  评论(0)    收藏  举报