Request help

mhthomas

Member
Installed 64 bit database on Windows 7 64 bit.
Oracle home is obviously 64 bit.
Installed PLSQL Developer, latest version.
Obviously fails to connect, requires 32 bit.

What is the easiest way to fix PLSQL Developer connection?
What software do I need to install, configure, whatever...

Thank you
 
Fixed it.

I decided to install the 32 bit Oracle Client "Runtime option" in a separate ORACLE_BASE=C:\app\admin32bit location. This is because I did not want to mix running the 64 bit server in the same ORACLE_BASE as 32 bit client wares because of potential Oracle bugs.

Afterwards, the other configuration settings were trivial. It s working fine.
 
Back
Top