Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: flashback question

Re: flashback question

From: Eugene <epipko_at_hotmail.com>
Date: 8 Aug 2005 16:04:06 -0700
Message-ID: <1123541219.603204.159130@o13g2000cwo.googlegroups.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US