Re: [cx-oracle-users] CentOS 5, Oracle 11g RPM Binary install - libclntsh.so.11.1:
Brought to you by:
atuining
From: James C. M. <Jam...@or...> - 2012-09-11 22:19:58
|
On 12/09/12 05:54 AM, Jeff MacDonald wrote: > Hi, > > I have a fully functional Oracle 11g server install. Its a 32bit machine running CentOS 5.8 ... > [jmacdonald@devoracle python]$ cat env.sh > ORACLE_BASE=/u01/app/oracle > ORACLE_SID=orcl > ORACLE_HOME=/u01/app/oracle/product/11.2.0.3/dbhome_1 > PATH=$PATH:$ORACLE_HOME/bin > LD_LIBRARY_PATH=/u01/app/oracle/product/11.2.0.3/dbhome_1/lib/ > export ORACLE_BASE ORACLE_SID ORACLE_HOME PATH LD_LIBRARY_PATH > > Then when I run my teeny tiny testing script, I get the following: ... > I'm kinda stuck. Any suggestions? I think you need to have a copy of the lib in your ORACLE_HOME as well as in $ORACLE_HOME/lib. That's the config I've got, which appears to have been created by the instant client installer (based on the timestamps). James C. McPherson -- Oracle http://www.jmcpdotcom.com/blog |