Oracle 修改数据库提交以后进行回滚

一、 -- 查询你执行update 语句以前的数据 精确到什么时间flash   select * from 表名 as of timestamp to_timestamp('2017-07-21 17:16:38', 'yyyy-mm-dd hh24:mi:ss');table 二、 -- 开启可移动数据命令,执行完就能够回滚数据date    alter table 表名 enable row
相关文章
相关标签/搜索