热门标签 | HotTags
当前位置:  开发笔记 > 数据库 > 正文

updatecommit后找回update前数据

t_sys_client1.首先创建临时表[sql]createtabletmpasselect*fromt_sys_clientwhere10;2.将查询的记录插

t_sys_client 1.首先创建临时表 [sql] create table tmp as select * from t_sys_client where 1=0; 2. 将查询的记录插

这就需要那大概知道 第二个 update 时间了

指定精准时间
insert into tmp1 select * from t2 as of timestamp to_timestamp('2011-07-12 10:30:00', 'YYYY-MM-DD HH24:MI:SS');


闪回是10g新特性,,那么闪回可以关掉吗?

闪回分 表闪回和数据库闪回,

数据库闪回默认是关闭的,需要手动开启

表闪回是通过 undo 闪回的,刚才的操作是通过 undo 恢复的

推荐阅读
author-avatar
裂爆传说_818
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有