日期:2014-05-16  浏览次数:20383 次

oracle 恢复误删数据
insert into hr_employe
select * from HR_EMPLOYE as of timestamp to_TImeSTamp(sysdate-1) t
where  not exists (select 1 from Hr_Employe h where t.empid = h.empid )

select description from digits
versions between timestamp minvalue and maxvalue;