Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: rboccuzziFor the LAE, we don't install a specific OCI...we support it, and use it in our software, but you need to install the correct Oracle client on your server machine...there is a fairly wide interchangeability with Oracle server and client, but you should certainly be able to install the same version of the client as the server mentioned above. You will need to set your LD_LIBRARY_PATH to point to the correct directory, for example, you might need to add something like, for example:
/opt/app/oracle/product/10.2.0/client_1/lib/libclntsh.so
depending of course on the location and version of the oracle client installed. Additionally, I would caution you, we have seen oracle client occasionally install a zero size libclntsh.so for some odd reason, and a reinstall can sometimes fix it, so if there are issues, you might want to check that file.
Cheers
Rich