select value from V$parameter where name = ‘recyclebin’;
SQL> alter system set recyclebin = on scope=spfile;
SQL> alter session set recyclebin = on scope=spfile;
SQL> alter system set recyclebin = off scope=spfile;
SQL> alter session set recyclebin = off scope=spfile;
select * from user_recyclebin t where t.original_name=‘lh_batch_info’;
flashback table lh_batch_info to before drop;
flashback table lh_batch_info to before drop rename to lh_batch_info_n;
alter table 表名 enable row movement;
flashback table 表名 to timestamp to_timestamp(‘2014-05-19 09:40:00’,‘yyyy-mm-dd hh24:mi:ss’);
上述时间为删除数据的时间
备注:恢复后请关闭行移动功能