Oracle 数据闪回恢复
alter table 表名 enable row movement
flashback table 表名 to timestamp to_timestamp('2010-08-23 19:00:00','yyyy-mm-dd hh24:mi:ss');
个性签名:我们越来越爱回忆了,
是不是因为不敢期待未来呢.
alter table 表名 enable row movement
flashback table 表名 to timestamp to_timestamp('2010-08-23 19:00:00','yyyy-mm-dd hh24:mi:ss');