- 博客(2)
- 资源 (3)
- 收藏
- 关注
转载 oracle数据库回滚
1:– 查询你执行update 语句之前的数据 精确到什么时间 select * from 表名 as of timestamp to_timestamp(‘2017-07-21 17:16:38’, ‘yyyy-mm-dd hh24:mi:ss’); 2:– 开启可移动数据命令,执行完就可以回滚数据 alter table 表名 enable row movement; 3:– 正式回滚 update 语句前的数据 flashback table 表名 to timestamp TO_TIM..
2020-06-26 16:43:33
493
转载 Oracle数据库回滚
1、 – 查询你执行update 语句之前的数据 精确到什么时间 select * from 表名 as of timestamp to_timestamp(‘2017-07-21 17:16:38’, ‘yyyy-mm-dd hh24:mi:ss’); 2、 – 开启可移动数据命令,执行完就可以回滚数据 alter table 表名 enable row movement; 3、 --正式回滚 update 语句前的数据 flashback table 表名 to timestamp TO_TIMESTA
2020-06-24 11:26:14
1197
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人