Error in populating data from oci to hashfile

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
ysrini9
Participant
Posts: 108
Joined: Tue Jul 12, 2005 2:51 am

Error in populating data from oci to hashfile

Post by ysrini9 »

Hi All

I am getting this error :populating data from oci to hashfile


loadlibrary: error in dlopen of oraoci9.so - ld.so.1: phantom: fatal:

libclntsh.so.9.0: open failed: No such file or directory


Please help on this what is probelm

Thanks and Regards

Y.srini.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

No, this is not a hashed file error. This is an Oracle OCI error due to incorrect configuration or installation. The libraries listed are UNIX type, even though you stated that your installation type is Windows.

You do not have the correct PATH setup or have another issue with your installation. It would be best to go through your installation guide and check to ensure that all actions were done correctly, step-by-step. It looks like your oraoci9.so object is linked to a path that does not exist (or to which you have no access). The error message is from the UNIX linking mechanism.

This exact error has already been covered in 8 posts (I used search "libclntsh.so.9.0: open failed: No such file or directory" (all words)). Perhaps you can try that same search and get a better answer or even a solution.
Post Reply