1. 程式人生 > >資料庫回滾到某個時間點(僅用於Oracle資料庫)

資料庫回滾到某個時間點(僅用於Oracle資料庫)

select * from cst_bse_inf as of timestamp to_timestamp('2018-08-01 09:20:00','yyyy-mm-dd hh24:mi:ss');


alter table cst_bse_inf enable row movement;


flashback table cst_bse_inf to  timestamp to_timestamp('2018-08-01 09:20:00','yyyy-mm-dd hh24:mi:ss');