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'); 时间点是数据被删除的时间点 可以慢慢的缩小范围
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;
浙公网安备 33010602011771号