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
相關文章
相關標籤/搜索