今天勿删了一些数据,并且commit掉了,后来找到数据恢复的代码
alter table table_name enable row movement;
flashback table table_name to timestamp to_timestamp('2013-03-20 14:40:00','yyyy-mm-dd hh24:mi:ss');
今天勿删了一些数据,并且commit掉了,后来找到数据恢复的代码
alter table table_name enable row movement;
flashback table table_name to timestamp to_timestamp('2013-03-20 14:40:00','yyyy-mm-dd hh24:mi:ss');