in reply to Error Message "Can't load 'C:/Perl64/lib/auto/DBD/Oracle/Oracle.dll" While Connecting to Oracle

You tried to load a 32 bit DLL into a 64 bit process. Either "C:/Perl64/lib/auto/DBD/Oracle/Oracle.dll" is a 32 bit DLL (very unlikely), or whatever DLL Oracle.dll links to, and was found in %PATH, was a 32 bit DLL. Use the "profiling" feature of Dependency Walker to figure it out.
  • Comment on Re: Error Message "Can't load 'C:/Perl64/lib/auto/DBD/Oracle/Oracle.dll" While Connecting to Oracle