Skip to Content
0
Former Member
Jul 27, 2016 at 10:04 AM

PB application goes hang when trying to connect with Oracle12 (EXADATA)

172 Views

Hi Everyone,

I am using Power Builder Classic (PB 11.1 build 8123). Right now my organization upgrade the oracle DB from 11 to 12C. After upgrade the DB, mostly all windows goes hang when we try to populate the detail. After that, need to close the application forcibly. Its working fine with Oracle 11.

My DB connection syntax is:-

// Profile

SQLCA.DBMS = "O10 Oracle10g"

SQLCA.LogPass = "*********"

SQLCA.ServerName = "xxxx"

SQLCA.LogId = "xxxxx"

SQLCA.AutoCommit = False

SQLCA.DBParm = "PBDBMS=0,SQLCache=8,Delimitidentifier='no',StaticBind=0, DisableBind=1"

Please suggest.

Thanks,

Vikrant