in reply to Re^2: Error Message "Can't load 'C:/Perl64/lib/auto/DBD/Oracle/Oracle.dll" While Connecting to Oracle
in thread Error Message "Can't load 'C:/Perl64/lib/auto/DBD/Oracle/Oracle.dll" While Connecting to Oracle
I have found a workaround by installing the 32 bit version of ActiveState Perl and using it rather than the 64 bit version
This is further indication that the oracle dll that Perl/lib/auto/DBD/Oracle/Oracle.dll tries to load is 32-bit (as already suggested by others) and therefore can't be loaded by a 64-bit perl.
Cheers,
Rob