Page 1 of 1

PATH search failure

Posted: Thu May 06, 2010 9:26 pm
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?

Posted: Fri May 07, 2010 12:56 am
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.