I have a prototype to doing ODBC connection to the Oracle database with kerberos configuration,
after I set the sqlnet.ora with SQLNET.KERBEROS5_CC_NAME=OSMSFT://.
the prototype can connect to the windows kerberos ticket cache, and using that TGT to get service ticket.
but after I using ImpersonateLoggedOnUser() do some impersonation to other account, this prototype can not connect to the cache, and output with this error "ORA-12638: Credential retrieval failed".
can some one help me about this.