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: <robyn.sands_at_gmail.com>
Date: 8 Aug 2005 15:33:42 -0700
Message-ID: <1123540422.064641.92280@g44g2000cwa.googlegroups.com>


When I use flashback, I use something like this:

execute dbms_flashback.enable_at_system_change_number(2927483700);

select * from t; (should show you three rows of data in your example)

execute dbms_flashback.disable; (to revert to 'real' data)

Robyn Received on Mon Aug 08 2005 - 17:33:42 CDT

Original text of this message

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