We would like to implement Single Sign On with PowerBuilder 2019 R2 and Oracle 19. Does anyone have specific examples on what values should be specified in SQLCA in order to use Kerberos authentication?
We would like to implement Single Sign On with PowerBuilder 2019 R2 and Oracle 19. Does anyone have specific examples on what values should be specified in SQLCA in order to use Kerberos authentication?
SQLCA.DBMS = "ORA Oracle"
SQLCA.ServerName = "tnsname of database"
SQLCA.AutoCommit = False
CONNECT USING SQLCA;
//Your error handling here... ;-)