Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Oracle DBD error

Status
Not open for further replies.

Zoom1234

Programmer
Oct 30, 2003
116
BE
Hi,

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
 
Hi,

check if Oracle client is installed; the error message says it isn't there.
Or maybe wrong version, or maybe at the wrong place...

hope this helps
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top