您的位置:首页 > 数据库 > Oracle

Oracle- 查询误删数据

2015-02-28 13:41 141 查看
  使用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'
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: