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