ORA-12705 with perl
497150Jul 5 2007 — edited Jul 6 2007I have some tests running from perl against Oracle 10.2.0.2 database.
There are 2 machines that the test is failing (x86_64 GNU/Linux and i686 i386 GNU/Linux) but it runs fine on all other platforms/machines.
This is the error I'm getting:
DBI connect('ORADEV','btest1',...) failed: ORA-12705: Cannot access NLS data files or invalid environment specified (DBD ERROR: OCISessionBegin) at /home/depot/tests/scripts/QaDb.pm line 2543
I did compare the Oracle client installations - the same, locale for the user - the same, read the Metalink Note:158654.1, but nothing seems to be bad on the Oracle side.
Any idea on what else I could look at/to compare between these machines?
Thanks a lot, mj