Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

ORA-12638: Credential retrieval failed windows kerberos impersonation

6600c82c-88b2-4271-894d-639746218d22Oct 26 2015 — edited Oct 26 2015

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.

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 23 2015
Added on Oct 26 2015
0 comments
922 views