ORA-12705: invalid or unknown NLS parameter value specified
Posted
by
viky
on Server Fault
See other posts from Server Fault
or by viky
Published on 2009-10-05T13:17:44Z
Indexed on
2011/11/20
9:58 UTC
Read the original article
Hit count: 480
I have a j2ee application hosted on jboss and linux platform.
When I try to access the application , I see following error in server.log file.
ORA-12705: invalid or unknown NLS parameter value specified
When I point the same jboss instance to a different schema, the application works fine.
I tried to go through few forum and found that the NLS parameter settings are fine.
Can anyone help.
Jboss version = 4.0.2 DB version = oracle 10.2
output of locale command on linux
$ locale LANG=en_US.UTF-8 LC_CTYPE="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_PAPER="en_US.UTF-8" LC_NAME="en_US.UTF-8" LC_ADDRESS="en_US.UTF-8" LC_TELEPHONE="en_US.UTF-8" LC_MEASUREMENT="en_US.UTF-8" LC_IDENTIFICATION="en_US.UTF-8" LC_ALL=
© Server Fault or respective owner