码迷,mamicode.com
首页 >  
搜索关键字:oracle数据库误删恢复方法    ( 2个结果
oracle数据库误删恢复方法
一.如果只是误删部分数据或者某条数据可以通过 1、select * from 误删除的表明 as of timestamp to_Date('恢复年月日  时分秒', '恢复时间格式')       where  查询条件;       如:select * from emp as of timestamp to_Date('2014-11-27 16:20:00', 'yyyy-...
分类:数据库   时间:2014-11-27 18:25:17    阅读次数:163
oracle数据库误删恢复方法
一.如果只是误删部分数据或者某条数据可以通过1、select * from误删除的表明as of timestamp to_Date('恢复年月日 时分秒', '恢复时间格式') where 查询条件; 如:select * from emp as of timestamp to_Date...
分类:数据库   时间:2014-11-27 18:13:37    阅读次数:210
2条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!