I have a script (bash) which calls 6 tools, 4 of them 32 bit compiled and 2 of them 64 bit compiled. one 32 bit and one 64 bit are oracle dependent tools. As Oracle dependent tools are dependent on dynamic libraries (.so files), I am getting Errors as *.so not found for one of the tool (either 32-bit or 64-bit whichever I set in ORACLE_HOME I guess).
Can anybody please give suggestion, how to manage this situation ?
Thanks in Advance