On Mon, Aug 25, 2003 at 04:40:07PM +0530, Parmod Chander Goyal wrote: > Further debugging with > > USE DBI; > USE DBD::ORACLE;
Does not including the use DBD::ORACLE cause the same error? (which other most circumstances isn't needed. Also if it is needed it's use DBD::Oracle ... case sensitive) > Gives following error > The specified CGI application misbehaved by not returning a complete set of > > HTTP headers. The headers it did return are: > > > > > > Can't load 'D:\Perl\site\lib/auto/DBD/Oracle/Oracle.dll' for module > > DBD::Oracle: load_file:The specified module could not be found at > > D:\Perl\lib/DynaLoader.pm line 206. > > at d:\Inetpub\wwwroot\cgi-bin\olr.pl line 19 > > Compilation failed in require at d:\Inetpub\wwwroot\cgi-bin\olr.pl line > 19. > > BEGIN failed--compilation aborted at d:\Inetpub\wwwroot\cgi-bin\olr.pl > line > > 19. > > I have also tried to reinstall DBI and DBD:Oracle packages. > > My environmenyt is > Windoes NT, Oracle 8, Active Perl 5.6.1 buid 630. Do you have the Oracle 8 client and/or database software installed on the web server? Tom
