oracle10 g 恢复数据:
1、首先备份数据
insert into cmp_cmpfile20140730 select * from cmp_cmpfile;
2、接的就可以恢复了。
alter table cmp_cmpfile enable row movement;
flashback table cmp_cmpfile to timestamp to_timestamp('20140731 10:30:00','yyyymmdd hh24:mi:ss');
转载请注明原文地址: https://ju.6miu.com/read-36614.html