Oracle flashback操作
2021-07-20 本文已影响0人
Quick_5413
1、启动行移动功能
alter table t enable row movement;
2、闪回查询
select * from t as of timestamp 查询时间点;
3、闪回误删数据的表
flashback table t to timestamp 删除时间点之前;
4、闪回误删表
flashback table t to before drop;
5、回收站信息
recyclebin、user_recyclebin、dba_recyclebin