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

Home -> Community -> Usenet -> c.d.o.misc -> Re: SYSDATE - Y2K

Re: SYSDATE - Y2K

From: Sergey Kaplun <skaplun_at_my-deja.com>
Date: Tue, 07 Sep 1999 11:12:45 GMT
Message-ID: <7r2rv8$9on$1@nnrp1.deja.com>


In article <7r2l8k$fm7$1_at_duke.telepac.pt>,   "Screamer" <mflopes_at_bigfoot.com> wrote:
> No way jose !!!
>
> Kai Sodemann <Kai.Sodemann_at_memo.ikea.com> wrote in message
> news:01bef908$8c616400$6e49100a_at_pc910-sode.seurope.ikea.com...
> > Hi,
> >
> > is it possible, to change the SYSDATE for the Oracle database
> > and not for the server, the database is on ?
> >
> > Or is it maybe possible to drop the function sysdate (is it internal
?)
> > and create a new one ?
> >
> > I need this info for Y2K test.
> >
> > Any idea is welcome.
> >
> > regards Kai
>
>

FIXED_DATE lets you set a constant date that SYSDATE will always return instead of the current date.The format of the date is: 'YYYY-MM-DD-HH24:MI:SS'.
May be it will be usefull for your test.

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't. Received on Tue Sep 07 1999 - 06:12:45 CDT

Original text of this message

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