sqlldr, sqlplus - shared library error
114510Jul 24 2006 — edited Jul 24 2006Hi,
I recently installed Oracle 10g R2 database on Fedora core 5. Everything went fine according to the installation instructions and I was able to create the database objects as well. Now my problem is, when I run sqlplus, sqlldr ..etc from oracle account it works fine but when I run the same from another unix account (after setting all the environment variables), it fails with the library errors. Any clue? Following are the errors -
$ sqlplus
sqlplus: error while loading shared libraries: libsqlplus.so: cannot open shared object file: No such file or directory
sqlldr
sqlldr: error while loading shared libraries: libclntsh.so.10.1: cannot open shared object file: No such file or directory
Am I missing any other environment variable? (LD_LIBRARY_PATH is same as one in oracle account)
Thanks in advance