1.获取系统当前的变更号:dbms_flashback.get_system_change_number();

2.时间戳与变更号之间的互转:

timestamp_to_scn(:timestamp),

scn_to_timestamp(:scn)

3.变更号在查询过程中的使用:

select * from xj_teacher as of scn :scn

 

相关文章:

  • 2022-03-06
  • 2022-12-23
  • 2021-10-10
  • 2022-02-08
  • 2021-08-28
  • 2021-08-12
  • 2021-12-22
  • 2022-01-29
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-24
  • 2021-05-20
  • 2021-07-03
  • 2021-11-05
  • 2022-12-23
相关资源
相似解决方案