摘要: http://thinkaw.iteye.com/blog/560941以往实现--9i语法:select * from <table_name> as of scn/timestamp xxx;举例: SQL> spool e:\flashback.sp SQL> drop table t1 purge; 表已删除。 SQL> create table t1 2 (n number); 表已创建。 SQL> alter session set nls_date_format = 'yyyy-mm-dd hh24:mi:ss'; 会话已更改。 阅读全文