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

oracle误操作(drop,update,删除误操作恢复)

2017-04-17 10:54 369 查看
误更新或者删除

alter table ch_t_song_info enable row movement;

flashback table ch_t_song_info to timestamp to_timestamp('2013-11-27 14:00:00','yyyy-mm-dd hh24:mi:ss');

 

误drop

 flashback table ch_t_song_info to before update
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: