oracle恢复误删除的数据 如果是删错了数据,可以使用如下的语句来找到删除之前的历史数据
select * from 表名 as of timestamp to_Date('2010-08-17 16:30:00', 'yyyy-mm-dd hh24:mi:ss')