欢迎投稿

今日深度:

oracle恢复已经删除的数据

oracle恢复已经删除的数据


insert into tablerestore select * from tablerestore as of timestamp to_Date('2014-8-8 15:00:00','yyyy-mm-dd hh24:mi:ss')
参数解释:tablerestore 要恢复数据的表
后面的时间是恢复截止到某个点的数据

 

www.htsjk.Com true http://www.htsjk.com/oracle/22123.html NewsArticle oracle恢复已经删除的数据 insert into tablerestore select * from tablerestore as of timestamp to_Date(2014-8-8 15:00:00,yyyy-mm-dd hh24:mi:ss) 参数解释:tablerestore 要恢复数据的表 后面的时间是恢复截止到某个点...
评论暂时关闭