Skip to content
Prev 1232 / 1559 Next

Intermittent connectivity issues for RJDBC / Oracle

I noticed that but wasn't sure where to get it.  Ubuntu doesn't have the
file I needed - it is in the oracle client and was present in my
LD_LIBRARY_PATH.  Why it is looking for libclntsh but erroring out lclntsh
I do not know.

After some searching I found a similar problem happened in many Oracle
client installs.. the fix in my case was to create a soft link as follows
in my client directory:

root at ss-dev:/home/oracle/instantclient_11_2# ln -s ./libclntsh.so.11.1
./libclntsh.so


Then the ROracle appears to have installed without issue.

Thank you for your help.

David
On Thu, Oct 4, 2012 at 7:55 PM, Dirk Eddelbuettel <edd at debian.org> wrote: