4js oracle connection setup

Started by francesco f., June 24, 2022, 06:06:02 PM

Previous topic - Next topic

Reuben B.

Have you used and compared output of ldd (I think AIX equivalent is dump -H) ?  You may have everything setup correctly to find dbmoraB2x but is everything that dbmoraB2 depends upon in the right place ?

Also are you aware that AIX has some peculiarities with regards shared libraries http://4js.com/online_documentation/fjs-fgl-manual-html/#fgl-topics/c_fgl_installation_017.html ?

Reuben
Product Consultant (Asia Pacific)
Developer Relations Manager (Worldwide)
Author of https://4js.com/ask-reuben
Contributor to https://github.com/FourjsGenero

francesco f.

Hi Reuben,
I didnt know this ldd command, and luckily we got that in AIX too.
From the output we happened to know that there was a couple of lib*so under $ORACLE_HOME/lib without permission for group and others.
Fixed that now it seems to work like a charm.

I Don't know how to thank you!