Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Oracle8.0.5, JDBC & iPlanet
Hi,
I've found out the problem. I'm posting the solution, it may be useful to others.
There were just some missing environment variables in the iPlanet profile:
export ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
export NLS_LANG="ITALIAN_ITALY.WE8ISO8859P1"
export NLS_LANGUAGE="ITALIAN"
export LANG=it
These variables should appear in every profile used to connect to Oracle.
Well, the example suits for Italy, so replace NLS_LANG, NLS_LANGUAGE and LANG with your current localization settings.
Best Regards.
P.S.
Excuse me for the cross post
"Mr.Hankey" <nospam_at_nospam.com> wrote in message
news:97lb6d$sg2$1_at_news.IT.net...
> Hi,
> I'm in trouble with the following:
Received on Tue Mar 06 2001 - 05:07:47 CST
![]() |
![]() |