Hi,
I am getting folowing error when trying to execute sql query from my perl script.
Can someone throw some light on what the error message is all about and how i can eliminate this.
Thanks
I am getting folowing error when trying to execute sql query from my perl script.
Code:
ERROR :install_driver(Oracle) failed: Can't load '/path/lib/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle: ld.so.1: perl: fatal: libclntsh.so.9.0: open failed: No such file or directory at /path/lib/DynaLoader.pm line 229.
at (eval 171) line 3
Compilation failed in require at (eval 171) line 3.
Perhaps a required shared library or dll isn't installed where expected
at /path/redo.pm line 256
Can someone throw some light on what the error message is all about and how i can eliminate this.
Thanks