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 -> NLS_LANG client problem

NLS_LANG client problem

From: Fernando Donate <fernandodonate_at_yahoo.es>
Date: 23 Jul 2002 04:21:07 -0700
Message-ID: <b0aa0c3a.0207230321.3c7d7edd@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 - 06:21:07 CDT

Original text of this message

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