cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

PowerBuilder 12.5: Oracle Errors

Former Member
0 Likes
2,411

Running into an issue today and was hoping someone might have an answer.

Our shop is maintaining a PB app and we're using 12.5 Build 2511. I got word today from our users that they're receiving the "Oracle library OCI.DLL could not be loaded" error message.

I know from past experience that having the 64-bit version of the Oracle client causes that problem, so I had one of our desktop people check out the version and it looks like it's the 32-bit that was installed.

However - we noticed that the user's machine had the 12.1.0.2.0 client installed which is not the version I'm running on my own development machine (I'm still on 11.2).

Is my version of PB compatible with that Oracle client, or do we need to look to getting the older client on that machine.

Any insight you guys might have is definitely appreciated.

Brad

View Entire Topic
Former Member
0 Likes

Hello Brad, check that the file pbo10125.dll (or also pbo * .dll) is in the path where the application is running, it checks the path of Oracle (Example: "C: \ oracle \ product \ 11.2. 0 \ client_1 \ BIN ") is at the beginning of the PATH, check that the DBMS is correct: (Example:" SQLCA.DBMS = "O10 Oracle10g (10.0.0)").

Eduardo G.