ORA-12638: Credential retrieval failed 错误解答 1. 错误代码含义 错误ORA-12638: Credential retrieval failed 通常出现在使用 Oracle 数据库时,尤其是在尝试通过网络连接到数据库(如使用 JDBC 连接)时。这个错误表明 Oracle 客户端在尝试从配置文件中检索数据库连接所需的凭证(如用户名和密码)时失败了。 2. 可能...
工具-->选项-->指定oci.dll文件地址-->重启Navicat生效 ORA-12638: Credential retrieval failed' 上个步骤已经设置好了Oracle动态链接库,连接Oracle还是出现了错误,意思大概是:ORA-12638:凭据检索失败' 解决办法: 修改sqlnet.ora文件(位置:$ORACLE_HOME/NETWORK/ADMIN/SQLNET.ORA): 将NTS设置为NONE 1 2 #SQLNET...
解决方法: 在sqlnet.ora中设置SQLNET.AUTHENTICATION_SERVICES= 0。本人亲自验证,可以解决此问题。 网上说设置SQLNET.AUTHENTICATION_SERVICES=(NTS) 或者 (NONE),尝试之后都不能解决此问题。 stackoverflow上给出了其他两种解法方法:将SQLNET.AUTHENTICATION_SERVICES所在行删除,或者SQLNET.AUTHENTICATION_SERVICES= (对,你没...
此处我要连接的数据库版本是12.2.0.1.0版本,同时的高版本对低版本的Oracle连接同样的也适用。 Navicat指定oci.dll 工具-->选项-->指定oci.dll文件地址-->重启Navicat生效 ORA-12638: Credential retrieval failed' 上个步骤已经设置好了Oracle动态链接库,连接Oracle还是出现了错误,意思大概是:ORA-12638:凭据检索失败...
This technote explains why the error, ORA-12638: Credential retrieval failed, might occur when opening an IBM® Rational® RequisitePro® Oracle based project. Cause The full error message is as follows: ORA-12638: Credential retrieval failed - Oracle SQL*Net error - Unable to con...
最近在SQL连接的时候,无缘无故就报ORA-12638错误。应该是权限的问题,但是似乎是哪里都没有进行修改,很费解。到网上搜索了一下,发现这个问题的解决方法很简单,但是主要是需要理解AUTHENTICATION_SERVICES参数的意义,在这里记录一下。 ORA-12638: credential retrieval failed tips ...
ORA-12638: Credential retrieval failed Cause: The authentication service failed to retrieve the credentials of a user.12-14 Oracle Database Error Messages Action: Enable tracing to determine the exact error.ORA-12638:凭证检索失败 原因:身份验证服务未能检索用户的凭据。Oracle数据库错误消息 ...
ORA-12638: Credential retrieval failed SQL> conn scott/tiger ERROR: ORA-12638: Credential retrieval failed 在晚上搜索了一下,说是要修改sqlnet.ora文件(位置:$ORACLE_HOME/NETWORK/ADMIN/SQLNET.ORA): 将SQLNET.AUTHENTICATION_SERVICES= (NTS) 改为SQLNET.AUTHENTICATION_SERVICES= (NONE) ...
I am facing the following issue in my environment "ORA-12638: Credential retrieval failed", thus i have already applied the note 417561 after this the same issue occurs. In addition to this i have followed the steps described in note 417561, and I tryed to start listener and oracle service...
ORA-12638:Credential retrieval failed 环境:使用本地oracle客户端连接服务器的数据库 解决方法:运行Oracle Net Manager:本地-概要文件-ORACLE高级安全性-验证-去掉NTS