ORA-12705: Cannot access NLS data files or invalid environment specified
Questions tagged [ora-12705]
9 questions
28
votes
5 answers
NLS_LANG setting for JDBC thin driver?
I am using the thin Oracle JDBC driver ver 10.2.0 (ojdbc14.jar). I would like to configure its NLS_LANG setting manually. Is there a way?
Currently it fetches this setting from the VM variable user.language (which is set automatically by setting the…

dasp
- 909
- 4
- 13
- 21
11
votes
11 answers
ORA-00604 ORA-12705
I am having this error in my j2ee web application.
java.sql.SQLException: ORA-00604: error occurred at recursive SQL level 1
ORA-12705: Cannot access NLS data files or invalid environment specified
…

cedric
- 3,107
- 15
- 54
- 65
3
votes
5 answers
Effects of changing NLS_LANG setting in the registry for Oracle Client
We are in the process of moving from the .NET Microsoft oracle driver to the ODP.NET driver.
One of the problems we have had is this error:
ORA-12705: Cannot access NLS data files or invalid environment specified
We were able to stop the error by…

LauraB
- 860
- 2
- 14
- 17
2
votes
2 answers
Old and beaten ORA-12705: Cannot access NLS data files or invalid environment specified and java Locale.setDefault()
I have a question that makes me crazy
on my laptop i have oracle-xe 10.2.0 on ubuntu
DB Charset : AMERICAN_AMERICA.AL32UTF8
NLS_LANG=AMERICAN_AMERICA.AL32UTF8
public static void main(String[] args) throws Exception {
// Default locale before…

little_b
- 187
- 4
- 17
1
vote
1 answer
oracle 9i: ora-12705 invalid or unknown nls parameter value specified
I have an Oracle 9i DB installed at remote IBM AIX server.
I want to connect to it using C# app (.Net)
Presently, I am able to connect to it using SQL Developer and SQLPlus from my machine.
But when I try to connect from Visual Studio App, using…

Chitresh
- 405
- 1
- 6
- 16
1
vote
1 answer
Oracle : Use two different versions of EXP on the same machine?
i have a server (HP-UX) installed with Oracle 10g and several databases on it.
I've been asked to make dumps from these tables for a Oracle 8i database. In order to do this, i need to use the 8i version of the EXP (export) tool of Oracle.
It is…

Fredv
- 552
- 1
- 8
- 22
0
votes
1 answer
Connection to Oracle in Reporting Services won't work after sp3 and cu1
Last night I installed sp3 and cu1 on a 64 bit SQL 2005 failover cluster.
Everything went well. Reporting services is installed on the primary node.
It now cannot connect to Oracle. The initial errors seemed to be related to this:…

Sam
- 7,543
- 7
- 48
- 62
0
votes
1 answer
Problem on persistence Unit and Oracle NLS
I have this persistence unit:

Felipe
- 75
- 1
- 4
0
votes
1 answer
ORA-12705 when using "empty" default locale and driver 10.2.0.4
I just found out that creating a connection to Oracle using JDBC Thin driver version 10.2.0.4 fails when the Locale is set to empty string, for example :
Locale.setDefault(new Locale("",""));
DriverManager.registerDriver (new…

neirda
- 163
- 6