解决方案 »

  1.   

    flashback table test to timestamp to_timestamp(’2005-05-07 15:00:00’,’yyyy-mm-dd hh24:mi:ss’);
      

  2.   

    操作时打开 行迁移 功能
    另外选择的时间点应为:smon_scn_time中TIME_DP字段对应的某个值
      

  3.   

    在更新之前:
    savepoint a;
    update....;
    rollback to a;
    没有savepoint a;
    直接rollback
      

  4.   

    select pk_wf_instance from pub_wf_instance as of timestamp sysdate-20/24/60 WHERE billno='XAZJ1106014238'; 查看闪存数据
      

  5.   

    Before execute the change script, you need to have the rollback script.