Hi It is something that is bugging me for a while. I have installed DBI module and DBD-Oracle module, through the ppm utility of ActiveState Perl for Win32.
But when I try to connect to the oracle server it gives the following error. ------------------- install_driver(Oracle) failed: Can't load 'C:/Perl/site/lib/auto/DBD/Oracle/Orac le.dll' for module DBD::Oracle: load_file:One of the library files needed to run this application cannot be found at C:/Perl/lib/DynaLoader.pm line 206. at (eval 1) line 3 Compilation failed in require at (eval 1) line 3. Perhaps a required shared library or dll isn't installed where expected at a1.pl line 5 ------------------- The installation of the modules were fine, and I'm able to connect through sqlplus. I'm not sure what is causing this problem. Any help will be highly appreciated. Thanks, Yegi
