使用flashback table能恢复误删数据。

  flashback table CONTAINER_CONTENT to timestamp to_timestamp('2010-06-30 22:43:07', 'yyyy-mm-dd hh24:mi:ss');

  select * from CONTAINER_CONTENT as of timestamp (systimestamp - interval '900' minute) where article_no='2215507A310105'

相关文章:

  • 2022-12-23
  • 2021-11-30
  • 2021-11-30
  • 2021-11-30
  • 2022-12-23
  • 2021-12-03
  • 2021-09-19
猜你喜欢
  • 2021-11-23
  • 2021-12-11
  • 2021-11-05
  • 2021-11-30
  • 2021-06-07
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案