oracle 10g 数据库误删闪回

 alter table dictype enable row movement;
  
  flashback table dictype to  timestamp  to_timestamp('2011-03-31 16:10:10.1','yyyy-mm-dd hh24:mi:ss.ff');
  
  select * from dictype for update;

 

开启闪回之后需要关闭。

你可能感兴趣的:(oracle)