Wednesday, January 28, 2015

Resolving ORA-12638: Credential retrieval failed

Thanks to DBTricks and this article helping me solve ORA-12638: Credential retrieval failed today.
If you have
SQLNET.AUTHENTICATION_SERVICES = (NTS)
in your sqlnet.ora file, try changing it to
SQLNET.AUTHENTICATION_SERVICES = (NONE)

No comments:

Post a Comment