1.alter table 表名 enable row movement;
2.select timestamp_to_scn(to_timestamp('2013-01-19 15:08:30','YYYY-MM-DD HH24:MI:SS')) SCN from dual
3.flashback table SRM_SUPPLIER_BASIC to scn (第二部select的结果)
1.alter table 表名 enable row movement;
2.select timestamp_to_scn(to_timestamp('2013-01-19 15:08:30','YYYY-MM-DD HH24:MI:SS')) SCN from dual
3.flashback table SRM_SUPPLIER_BASIC to scn (第二部select的结果)