I have several import and export ant database scripts that run small java programs to import and export data in oracle 11g.
The scripts used to work with Vista are 32 bits, but stopped working with the 64-bit version of Windows 7. There are two versions of ocijdbc11.dll that I can use.
When I use the 64-bit version, I get the error message: java.lang.UnsatisfiedLinkError: C: \ tools \ oracle \ ocijdbc11.dll: Cannot load the 64-bit AMD .dll in 32-bit IA platform.
When I use the 32-bit version, this error message: java.lang.UnsatisfiedLinkError: C: \ tools \ oracle \ ocijdbc11.dll:% 1 is not a valid Win32 application.
Does anyone know what I need to change to fix this?
tobre source
share