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
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
本文标题:Oracle flashback操作
本文链接:https://www.haomeiwen.com/subject/flmlmltx.html
网友评论