in reply to Re: Is setting $ENV{'NLS_LANG'} deprecated?
in thread Is setting $ENV{'NLS_LANG'} deprecated?
and give us the versions of DBD::Oracle in both environments?#!/bin/csh # NOTE: '...' is a placeholder for one or more levels of sub setenv ORACLE_HOME "/.../oracle/product/920" setenv LD_LIBRARY_PATH $ORACLE_HOME/lib32:/usr/lib:/usr/ucb/lib setenv ORA_NLS33 $ORACLE_HOME/ocommon/nls/admin/data setenv NLS_LANG AMERICAN_AMERICA.AL32UTF8 setenv LD_PRELOAD /usr/lib/libthread.so.1 perl -MDBD::Oracle -e 'print "$DBD::Oracle::VERSION\n"'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Is setting $ENV{'NLS_LANG'} deprecated?
by Locutus (Beadle) on Feb 17, 2009 at 14:59 UTC |