I need to write some data in several database. I choose sqlapi.com
I have made it for mysql and mssql. Now I have Problem with Oracle database.
I have installed server and client on Ubuntu. In browser it works, but sqlapi says:
libnnz10.so: cannot open shared object file: No such file or directory
DBMS API Library 'libclntsh.so' loading fails
This library is a part of DBMS client installation, not SQLAPI++
Make sure DBMS client is installed and
this required library is available for dynamic loading
Linux/Unix:
1) The directories in the user's LD_LIBRARY_PATH environment variable
2) The list of libraries cached in /etc/ld.so.cache
3) /usr/lib, followed by /lib
There are both of these files depp inside /usr/lib. I have tried a lot of ways to say eclipse path to this folder, but nothing works.
Thanks for help.
libclntsh.sois the client library to access oracle databases. So basically you're asking how to tell eclipse where to pick up a given DLL right ? I am not sure I understand, do you launch your program from eclipse or from the command line.... ?