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

oracle利用flashback 闪回功能恢复delete数据

2016-06-12 13:20 375 查看
select * from tablename  as of timestamp to_timestamp('2010-06-12 13:00:00','yyyy-mm-dd hh24:mi:ss');

flashback table tablename  to timestamp to_timestamp('2010-06-12 13:00:00','yyyy-mm-dd hh24:mi:ss');

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