Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

sqlldr, sqlplus - shared library error

114510Jul 24 2006 — edited Jul 24 2006
Hi,
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 21 2006
Added on Jul 24 2006
6 comments
784 views