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

Home -> Community -> Usenet -> c.d.o.server -> another umlaut problem..

another umlaut problem..

From: Stefan <stefanp_at_mediaaktiv.de>
Date: 2000/04/07
Message-ID: <38ED965D.8FD60C3B@mediaaktiv.de>#1/1

Hi,

i wrote a perl script with following content ( mybe its a perl prob, but maybe not)

 BEGIN {
$ENV{'ORACLE_HOME'}="/opt/oracle/product/8.0.5";  $ENV{'NLS_LANG'} = "american_america.we8iso8859p1";  }
.....

what about that error ->

 ORA-12705: invalid or unknown NLS parameter value specified (DBD: login
 failed) at TKOracleQuery.pm line 56 Died at TKAppQuery.pm line 24.

 when I uncomment the line wit $ENV{'NLS_LANG'} all works fine

the oracle installation on the client should be ok, because setting the NLS_LANG
on the console and trying some select statements with the server manager in line mode,
all works fine. ( this i am doing with a special user "oracle", i took the same environment into
the perlscript, but the error message above mentioned appears )

do i have to set some special environment to execute the perl-script ? Received on Fri Apr 07 2000 - 00:00:00 CDT

Original text of this message

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