ORA-12638: Credential retrieval failed

前端 未结 5 2077
故里飘歌
故里飘歌 2020-12-29 03:44

I have a legacy VB6 application which I\'ve inherited. The issue I\'m facing is that I\'m getting the infamous

ORA-12638: Credential retrieval failed
         


        
5条回答
  •  爱一瞬间的悲伤
    2020-12-29 03:52

    Know it's an old question but it has started appearing with the recent Windows update. The way to easily solve it is to set

    SQLNET.AUTHENTICATION_SERVICES= (NONE)
    

    in the sqlnet.ora.

提交回复
热议问题