Oracle 数据闪回恢复
时间:2010-09-07 来源:leeyq
alter table 表名 enable row movement
flashback table 表名 to timestamp to_timestamp('2010-08-23 19:00:00','yyyy-mm-dd hh24:mi:ss');
相关阅读 更多 +
排行榜 更多 +
时间:2010-09-07 来源:leeyq
alter table 表名 enable row movement
flashback table 表名 to timestamp to_timestamp('2010-08-23 19:00:00','yyyy-mm-dd hh24:mi:ss');