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: server sysdate manipulation

Re: server sysdate manipulation

From: Prasad Chavali <pchavali_at_assettech.com>
Date: 11 Jun 1998 18:03:00 -0700
Message-ID: <6lpuo4$63j@nntp02.primenet.com>


There are plenty of date functions in Oracle which will help you do your triggers.

You can add simple number for example

where date between sysdate and sysdate + 30 or
where date between sysdate and add_months(sysdate, 12) -- adds a year to your sysdate.

I hope this is what you are looking for.

Cheers
Prasad Chavali
pchavali_at_assettech.com
http://www.assettech.com/

Cees Van Tilburg wrote in message
<2465A05A033BD111969500805F4BEF5B0BCC9D_at_SULACO>...
>I need to test a complex application on a Oracle 7.3/Unix server.
>To be able to complete the test in a reasonable time I must be able
>to manipulate the systemdate in order to trigger some events which
>otherwise would require weeks of waiting.
>
>Since there are other applications running on the unix-server I it is
>not allowed
>to simply change the systemdate of the server. So I must have something
>which
>manipulates the sysdate for only one specific user or user-proces.
>
>Is this possible under Unix or ORACLE? Or do I have to specify a
>function which
>increases/decreases the sysdate by a number of days and use this instead
>of the
>sysdate function?
>
>We are still in analysis stage so we have the freedom to choose whatever
>solution without regard
> of existing code.
>
>Please post whatever solution comes to mind, I will repost a resume.
>
>regards,
>
>Cees van Tilburg
>ctilburg_at_spamortec.nl (remove...spam)
>
Received on Thu Jun 11 1998 - 20:03:00 CDT

Original text of this message

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