日期:2014-05-16  浏览次数:20516 次

oracle数据表闪回技术

第一步:

show parameter undo --显示数据库的闪回参数
第二步:

alert table flash_table01 enable row movenent;--设置数据表可以行移动
第三步:

flashback table flash_table01? to timestamp
to_timestamp('2009-11-04 09:42:38','yyyy-mm-dd hh24:mi:ss'); --把数据闪回到具体时间点。