Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> another umlaut problem..
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