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: Oracle Server 7.X and Y2K

Re: Oracle Server 7.X and Y2K

From: Michael Bierenfeld <michael.bierenfeld_at_ibsgmbh.de>
Date: Wed, 24 Feb 1999 14:44:59 +0000
Message-ID: <36D4106B.B4ACDE62@ibsgmbh.de>


Michael Gast wrote:
>
> Hi,
>
> I' ve heard that Oracle server 7.3.x does not know the 29th Februar
> 2000. Is that true? What is with the prior versions of the database
> server?
> Are there any known problems for the release 7.2.3 with Y2K which does
> not refer to faulty date formats (NLS_DATE_FORMAT)?
>
> Thanks
> Michael

Hallo,

the following is working on 7.3.2 :

select to_char (to_date ('29-FEB-2000', 'DD-MON-YYYY')) from dual;

So, 7.3.x should work fine. Havent tested the ealier versions.

Michael Received on Wed Feb 24 1999 - 08:44:59 CST

Original text of this message

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