oracle误删表数据之后的还原方法
oracle误删表数据以后的还原方法
alter table A enable row movement;
flashback table A to timestamp systimestamp - interval '30' minute