Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle Bug?
On 24 Apr 2005 06:18:21 -0700, "hpuxrac" <johnbhurley_at_sbcglobal.net> wrote:
>Perhaps if Mr. Morgan sets the silver bullet undocumented parameter
>_return_scn_now_of_some_future_time he will get the results he is
>looking for.
This parameter also enables the new Flashforward Query option, allowing potentially highly profitable queries.
SQL> SELECT winning_number
2 FROM lottery
3 WHERE draw_date > sysdate
4 AS OF TIMESTAMP (SYSTIMESTAMP + INTERVAL '30' DAY);
AS OF TIMESTAMP (SYSTIMESTAMP + INTERVAL '30' DAY);
*
-- Andy Hassall / <andy@andyh.co.uk> / <http://www.andyh.co.uk> <http://www.andyhsoftware.co.uk/space> Space: disk usage analysis toolReceived on Sun Apr 24 2005 - 08:38:25 CDT
![]() |
![]() |