Home » RDBMS Server » Networking and Gateways » Win95 Client Issue?
Win95 Client Issue? [message #367660] Tue, 24 August 1999 13:38 Go to next message
Dave
Messages: 92
Registered: August 1999
Member
When the following query is run, on a Win95 client, with the year defined as 1999 a row is returned. Change the year to 2000 and no row is returned.

SELECT lpad(period,2,0),
year
FROM rpts.snap_edfiglperiod
WHERE compno = '1'
AND( to_date('01/01/1999', 'MM/DD/YYYY') >= TO_DATE(periodstartdate)
AND to_date('01/01/1999', 'MM/DD/YYYY') <= TO_DATE(PERIODENDDATE) )
AND period 13

Run the same query on our HP 1020 where the DB is and a row is returned (for year 2000).

Has anyone run into this type of behavior? If so, what is the cause/workaround?

TIA
Re: Win95 Client Issue? [message #367661 is a reply to message #367660] Thu, 26 August 1999 20:46 Go to previous message
billh
Messages: 35
Registered: August 1999
Member
check your oracle.ini file on the client. You may need to add/modify the NLS_DATE_FORMAT parameter.
Previous Topic: SQL*NET Y2K Compliance
Next Topic: VOD-01413: Failed to listen for incoming connection requests
Goto Forum:
  


Current Time: Thu Apr 18 04:17:22 CDT 2024