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

oracle Table 資料被刪除了剛剛不小心下了一個語法 delete from odrm 并commit﹔請問如何才能通過日志文件

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;