Administrator
|
This post was updated on .
We have that .dll coming from win64 folder, which is probably the location where the 64 bit DLLs reside.
So, that 32bit problem is somewhere else then.. While trying to link that 64bit library, probably 32 bit libraries are taken into account.
You see in the error stack we have oracle.sysman.oii.*.*.win32.. paths.. So that is probably the reason..
Please check your PATH and ORACLE HOME environment variable.. Ensure you are using the correct opatch from the correct Oracle Home which have correct CPU arch.. (64 bit) It seems, it is the opatch that issues 32 bit DLL calls and that's why probably you are failing..
The following ref is for SQL Developer, but it is similar and it will give you the idea ->
ocijdbc18.dll Can't Load 32-bit DLL On AMD 64-bit Platform (Doc ID 2779179.1)
|