oracle误操作(删除或者修改)数据恢复
摘要:oracle提供了一种闪回的方法,可以将某个时间的数据给还原回来 方法如下: 方法一: 1.select * from table as of timestamp to_timestamp('2016-10-16 16:24:00', 'yyyy-mm-dd hh24:mi:ss'); 说明:tab
阅读全文
posted @ 2020-01-16 16:32
posted @ 2020-01-16 16:32
posted @ 2020-01-10 10:04