alter table bas_itemcategory enable row movement;  开启移动行
   flashback table tablename  to timestamp to_timestamp('2019-04-25 20:25:00','yyyy-mm-dd hh24:mi:ss');   时间点是数据被删除的时间点 可以慢慢的缩小范围
 
 
 
oracle表回收站
select object_name,original_name,partition_name,type,ts_name,createtime,droptime from recyclebin;
posted on 2019-04-26 09:16  FL0528  阅读(142)  评论(0)    收藏  举报