Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
4answers
8k views

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 ...
2
votes
1answer
487 views

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) ...
2
votes
5answers
4k views

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 ...
1
vote
1answer
450 views

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 ...
0
votes
1answer
332 views

Problem on persistence Unit and Oracle NLS

I have this persistence unit: <?xml version="1.0" encoding="UTF-8"?> <persistence version="1.0" xmlns="http://java.sun.com/xml/ns/persistence" ...
0
votes
4answers
5k views

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 ...
0
votes
0answers
409 views

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 ...
0
votes
1answer
230 views

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 ...