Subject: | Trailing slash with ORACLE_HOME causes OCIEnvNlsCreate error |
If your ORACLE_HOME environment is has a trailing slash, in
DBD-Oracle-0.18a, the ->Connect will fail.
For Example.
If you have ORACLE_HOME set to /oracle/product/10.2/ you get the
following error:
DBI connect('pubdbd','www_xfer',...) failed: ERROR OCIEnvNlsCreate.
Check ORACLE_HOME env var, NLS settings, permissions, etc. at
blah.blah.blah line xxx
If you remove the trailing slash, the script works fine.
This is under perl 5.8.5 on a Centos 4.4 (Final) machine.