oracle 表回滚

 ALTER TABLE  tabname ENABLE row movement ;

flashback table tabname to timestamp to_timestamp('2014-12-04 10:40:00','yyyy-mm-dd hh24:mi:ss');
 
 


你可能感兴趣的:(oracle 表回滚)