Thanks for your response. But I have installed Perl DBI and DBD::Oracle. Before installing Oracle client, I was able to connect to Oracle server. But when I had installed Oracle client, I am not able to connect to it. I am getting the error mentioned below:
ERROR: install_driver(Oracle) failed: Can't load 'c:/razat/Perl/site/lib/auto/DBD/Oracle/Oracle.dll' for module DBD::Oracle: load_file:The specified procedure could n't be found at c:/razat/Perl/lib/DynaLoader.pm line 230. Perhaps a required shared library or dll isn't installed where expected at c:/razat/Perl/site/lib/Oraperl.pm line 55 Compilation failed in require at -e line 1. BEGIN failed--compilation aborted at -e line 1. Now if I uninstall the Oracle client, I am able to connect to the Oracle server. But I want to run both Oracle client and Perl DBI. What should I do? Please respond if you have any idea! Regards, Razat -----Original Message----- From: sreenivas reddy [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 18, 2005 2:23 AM To: 'sreenivas reddy'; Gupta, Razat; [email protected] Subject: RE: Oracle/DBI Put tnsnames.ora file and try Regards gsreddy -----Original Message----- From: sreenivas reddy [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 18, 2005 12:50 PM To: 'Gupta, Razat'; [email protected] Subject: RE: Oracle/DBI Try to install DBD-Oracle module Oracle database driver for the DBI module Ppm>install DBD-Oracle Regards gsreddy -----Original Message----- From: Gupta, Razat [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 18, 2005 12:37 PM To: [email protected] Subject: Oracle/DBI Hi Everyone, I am trying to connect to an Oracle Database . Previously, I was using perl DBI and DBD:;Orcacle for this purpose. But now when I had installed an oracle client on my machine , I m getting the following error while trying to access an Oracle Database using my perl script. When I had not installed the Oracle client , I was able to connect using the same script. ERROR: install_driver(Oracle) failed: Can't load 'c:/razat/Perl/site/lib/auto/DBD/Oracle/Oracle.dll' for module DBD::Oracle: load_file:The specified procedure could n't be found at c:/razat/Perl/lib/DynaLoader.pm line 230. Perhaps a required shared library or dll isn't installed where expected at c:/razat/Perl/site/lib/Oraperl.pm line 55 Compilation failed in require at -e line 1. BEGIN failed--compilation aborted at -e line 1. Razat Gupta HCL TECHNOLOGIES +91-9810674702
