I am using a utility that connects to libraries, Those library paths are exported in LD_LIBRARY_PATH and if I do ldd on the library i am getting proper results. But when I use that module from oracle it is giving error of library not found.
I have exported the same path in the oracle login of UNIX box and restarted listener, Post which logging into my DB user I tried using the module and it gave me expected result.
But same module command when I am trying from another UNIX login on same DB login it is not working.
I have exported the LD_LIBRARY_PATH in the .profile of UNIX box.
Can anyone please help me how I can get this resolved?