Oracle瞬间回滚语句
1.alter table 表名 www.2cto.com
enable row movement;
2.select timestamp_to_scn(to_timestamp
('2oracle账号013-01-19 15:08:30','YYYY-MM-DD HH24:MI:SS')) SCN from dual
3.flashback table SRM_SUPPLIER_BASIC to scn
(第二部select的结果)
Oracle瞬间回滚语句
1.alter table 表名 www.2cto.com
enable row movement;
2.select timestamp_to_scn(to_timestamp
('2oracle账号013-01-19 15:08:30','YYYY-MM-DD HH24:MI:SS')) SCN from dual
3.flashback table SRM_SUPPLIER_BASIC to scn
(第二部select的结果)