--根据时间
select * from uc_users as of timestamp to_timestamp('20130606 11:06:00', 'yyyymmdd HH:mi:ss');
--根据快照ID
select dbms_flashback.get_system_change_number from dual;
select * from uc_form_attr as of scn 2189000;
select * from uc_users as of timestamp to_timestamp('20130606 11:06:00', 'yyyymmdd HH:mi:ss');
--根据快照ID
select dbms_flashback.get_system_change_number from dual;
select * from uc_form_attr as of scn 2189000;