Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: flashback question
Didn't work for me :(
select * from t;
no rows selected
exec dbms_flashback.enable_at_system_change_number(2927483700); PL/SQL procedure successfully completed.
select * from t;
select * from t
*
ERROR at line 1:
ORA-01466: unable to read data - table definition has changed
exec dbms_flashback.disable;
PL/SQL procedure successfully completed.
Eugene. Received on Mon Aug 08 2005 - 18:04:06 CDT
![]() |
![]() |