I am setting up Database Profile for Oracle10g and getting "Oracle library OCI.DLL could not be loaded."
I am on Windows 10 64bit Intel CPU
I have Appeon_PowerBuilder_x32_x64_12.0_V01 runtime installed
I have Oracle Client 64bit installed
The issue is:
I seem to be needing Oracle 64bit Client to run my PowerBuilder 64 bit application.
Can I run 32bit PowerBuilder application on a 64bit cpu?
The PowerBuilder IDE is a 32bit application, and requires 32bit Oracle Client
Q: can 32bit and 64bit oracle clients coexist? Turn one off and the other one on?
32bit oracle client for PowerBuilder IDE
64bit oracle client for PowerBuilder Application that I am writing
Can I make this setup work with just one oracle client?
Thanks
Leonid
For example "D:\app\client\miguel\product\12.2.0\client_1\network\admin"
32 bit:
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\ORACLE\KEY_OraClient12Home1_32bit (or similar)
64 bit:
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Oracle\KEY_OraClient12Home1 (or similar)
Actually, that's where ORACLE_HOME now resides, no longer as an environment variable.
Clean up any old paths to old oracle client installations from the PATH environment variable.
See if you might have to do something with sqlnet.ora file:
SQLNET.AUTHENTICATION_SERVICES= (NTS)
# NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
Some people say commenting the NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT) solved their issues.
Comment = #
Google is your friend :)