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

Home -> Community -> Mailing Lists -> Oracle-L -> Anyone explain this to me

Anyone explain this to me

From: David Sharples <dsharples_at_cerebrussolutions.com>
Date: Wed, 29 Sep 2004 15:10:45 +0100
Message-ID: <EA29A3FCC723674293FD6286D3F0513E8F490D@louis.cerebrus.com>


>From Unix machine

Connected to:
Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit Production With the Partitioning option
JServer Release 9.2.0.4.0 - Production

SQL> 
SQL> 
SQL> select to_char(sysdate, 'D') from dual;

TO_CHAR(SYSDATE,'D')


---
4

On a windows machine connecting to the same database 

SQL*Plus: Release 9.2.0.1.0 - Production on Wed Sep 29 14:59:13 2004

Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.


Connected to:
Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit Production
With the Partitioning option
JServer Release 9.2.0.4.0 - Production

SQL> select to_char(sysdate, 'D') from dual;

TO_CHAR(SYSDATE,'D')
------------------------------------------------------------------------
---
3


?????

Thanks

Dave

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Sep 29 2004 - 09:04:34 CDT

Original text of this message

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