PATH search failure

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
harryhome
Participant
Posts: 112
Joined: Wed Oct 18, 2006 7:10 am

PATH search failure

Post by harryhome »

we are getting error as (while connectiong to oracle)

main_program: PATH search failure:
main_program: Error loading "liborchoraclent": Could not load "liborchoraclent": The specified module could not be found. .
main_program: Could not locate operator definition, wrapper, or Unix command for "orawrite"; please check that all needed libraries are preloaded, and check the PATH for the wrappers
main_program: Creation of a step finished with status = FAILED.


What should be the value in PATH variable?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

It should include the parent directory of liborchoraclent.so (or .dll or whatever). As well as lots of other things. As noted in your other post, this is really the shared library search list, rather than the command search list.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply