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...
我们在使用Navicat连接Oracle数据库的时候,需要oci.dll动态链接库,Navicat16在安装时候已经自带了。 我在之前使用一直好好的,就今天需要连一个新项目的Oracle,报错了:ORA-12638: Credential retrieval failed',如下: 解决: 通过同事口中得知,要连接的Oracle版本是:12c(12.2.0.1.0),而我之前连接的数据库版本是Oracle...
解决方法: 在sqlnet.ora中设置SQLNET.AUTHENTICATION_SERVICES= 0。本人亲自验证,可以解决此问题。 网上说设置SQLNET.AUTHENTICATION_SERVICES=(NTS) 或者 (NONE),尝试之后都不能解决此问题。 stackoverflow上给出了其他两种解法方法:将SQLNET.AUTHENTICATION_SERVICES所在行删除,或者SQLNET.AUTHENTICATION_SERVICES= (对,你没...
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) ...
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数据库错误消息 ...
I'm building a GUI application on Windows using pyQt which queries an Oracle database using a connection string such as username/password@host_ip:port/db_name. Now when I run the application using python3 gui.py, it works, connects to th...
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 原因: The authentication service failed to retrieve the credentials of a user. アクション: Enable tracing to determine the exact error. データベース: 10g リリース 1 エラーコード: ORA-12638 詳細: 資格証明の取出しに失敗しまし...
ORA-12638 ORA-12638: Credential retrieval failed 身份证明检索失败 解决办法: 修改sqlnet.ora文件(位置:$ORACLE_HOME/NETWORK/ADMIN/SQLNET.ORA):将SQLNET.AUTHENTICATION_SERVI