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
How does the PowerBuilder IDE locate the tnsnames.ora file?
I think you can use only ONE tnsnames.ora file if you set the TNS_ADMIN environment variable. It has to point to the folder where your tnsnames.ora file is. For example "D:\app\client\miguel\product\12.2.0\client_1\network\admin"
I don't know how the powerbuilder IDE locates the file.
SQL Developer might but does not necessarily use the ORACLE_HOME variable, you can set the path in "Tools > Preferences > Database > Advanced", Tnsnames directory.
regards