Hi, RaviChandra Chelikam wrote: > > perl: fatal: > /usr/local/opt/oracle/product/ldcnmd/lib32/libclntsh.so.9.0: > Permission denied at ..... ^^^^^^^^^^^^^^^^^
The permissions on your Oracle installation are not letting Perl load the Oracle client library. The library file libclntsh.so.9.0 (or one of the directories leading to it more likely) is not accessible as the user running the Perl script. Fix the permissions and your program will probably work ok. Regards, Philip
