1. 在delete之后的方式
alter table aa enable row movement; ---啟動行移動功能
flashback table aa to timestamp to_timestamp('2013-01-28 10:49:30','yyyy-MM-dd hh24:mi:ss'); --將恢復到時間點之后的數(shù)據(jù)
2. 在drop之后恢復數(shù)據(jù)方式
flashback table aa to before drop;
更多信息請查看IT技術專欄