Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 387 Bytes

ORAFlashback.md

File metadata and controls

14 lines (10 loc) · 387 Bytes

Usage

  • Select data a point of timestamp as rollback.
SELECT * FROM MyTable
AS OF TIMESTAMP TO_TIMESTAMP('20200530032500', 'YYYYMMDDHH24MISS') 
  • Important
    • Too many data changes within that time, it occurs error of flashback result.

Ref