当前位置: 代码迷 >> Oracle技术 >> oracle Table 資料被刪除了解决思路
  详细解决方案

oracle Table 資料被刪除了解决思路

热度:175   发布时间:2016-04-24 08:40:00.0
oracle Table 資料被刪除了
剛剛不小心下了一個語法 delete from odrm ;

并commit﹔

請問如何才能通過日志文件找回資料

請幫忙提供詳細步驟

謝謝

------解决方案--------------------
SQL code
create table odrm_delas  select *from odrmas of timestamp to_timestamp('2011-04-27 12:00:00', 'yyyy-mm-dd hh24:mi:ss')
------解决方案--------------------
有备份否? 如果有备份的话,
先restore database;

recover database until time "to_date('','')";
alter database open;
  相关解决方案