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

Home -> Community -> Usenet -> c.d.o.misc -> Re: NLS_LANG client problem

Re: NLS_LANG client problem

From: Anurag <avdbi_at_hotmail.com>
Date: Tue, 23 Jul 2002 08:12:49 -0400
Message-ID: <ujqi24bmmj6kd5@corp.supernews.com>


I don't know php ... but you should understand that: * Setting NLS_LANG for oracle user will set it for only that user. * Thus you need to make sure that the web user has this same envioronment variable set.

Anurag

"Fernando Donate" <fernandodonate_at_yahoo.es> wrote in message news:b0aa0c3a.0207230321.3c7d7edd_at_posting.google.com...
> Hello list
>
> I have installed oracle client 9.0.1 in my Linux box.
> my ~oracle/.bash_profile:
>
> umask 022
> if [ -f ~/.bashrc ]; then
> source ~/.bashrc
> fi
>
> ORACLE_BASE=/usr/local/oracle
> export ORACLE_BASE
> ORA_NLS33=/usr/local/oracle/product/9.0.1/ocommon/nls/admin/data
> export ORA_NLS33
> NLS_LANG=SPANISH_SPAIN.WE8ISO8859P1
> export NLS_LANG
>
> But when I insert data in the oracle DB server , from a form web (php)
> that contains the 'ñ','á','é','í','ó' and 'ú' characteres, they don't
> appear well in the Server
>
> Is anything missing?
> Any missconfiguration?
>
> Thanks.
> Fernando
Received on Tue Jul 23 2002 - 07:12:49 CDT

Original text of this message

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