摘要:
alter table 表名 enable row movement;flashback table 表名 to timestamp to_timestamp('05/11/2015 12:00:00','mm/dd/yyyy hh24:mi:ss') 阅读全文
摘要:
1、以SYSDBA登陆数据库 2、根据时间点查询快照SELECT * FROM source$ AS OF TIMESTAMP TO_TIMESTAMP('2014-02-24 05:10:32', 'YYYY-MM-DD HH24:MI:SS') where source like '%CP_E... 阅读全文