Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: NLS problem with Oracle7
I did (from my application, it's something like SQL*PLUS):
ALTER SESSION SET NLS_TERRITORY=poland;
ALTER SESSION SET NLS_LANGUAGE=polish;
nothing has changed.
And what about reading environment variables??? I thought PRO*C libraries
read neccessary environment themselves (such as NLS_LANG)
U¿ytkownik "Grzegorz Dryl" <Grzegorz.Dryl_at_crt.tpsa.pl> napisa³ w wiadomo¶ci
news:8rhqbk$6ef$1_at_news.tpi.pl...
> > This means my application doesn't convert characters properly - but
sqlplus
> > does - under the same environment! What did I miss? When precompiling my
.pc
> > file I tried NLS_LOCAL=NO and NLS_LOCAL=YES as well.
>
> Tools like SQL*plus read variables from environment and change session
with
> alter session ...
>
>
Received on Thu Oct 05 2000 - 08:12:43 CDT
![]() |
![]() |