Hi all
Here is what I did (in order)
- installed Oracle 11g 64bit client on a Windows 10 64bit machine (successful). I was able to run the SQLPLUS and query our dev Oracle 11g database
- installed Powerbuilder 2017 R3 on the same machine (successful)
- installed the maintenance release (successful)
Questions-
- When I tried to create a new DB profile, only Oracle 9 and 10 are available in the drop down. How do I get the option for 11g?
- I read somewhere in the community that Powerbuilder only works with Oracle 32bit client. Is that true?
Thank you for your input/advice
CJ
I'll give it a shot and see how it goes.
CJ
- I uninstalled Oracle 11g 64bit and installed Oracle 11g 32bit instead
- Took Roland's advice on setting up the DB profile
- Used the SID/Server_Name entry in the TNSNAME file instead of the sever's IP in the Server Name field in the DB painter
- Created a system path entry TNS_ADMIN with the path to tnsname.ora as the value.
That's it.
Thanks, all!
CJ