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 -> another umlaut problem..

another umlaut problem..

From: Stefan <stefanp_at_mediaaktiv.de>
Date: Fri, 07 Apr 2000 10:03:41 +0200
Message-ID: <38ED965D.8FD60C3B@mediaaktiv.de>


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 - 03:03:41 CDT

Original text of this message

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