1. 错误代码含义 错误ORA-12638: Credential retrieval failed 通常出现在使用 Oracle 数据库时,尤其是在尝试通过网络连接到数据库(如使用 JDBC 连接)时。这个错误表明 Oracle 客户端在尝试从配置文件中检索数据库连接所需的凭证(如用户名和密码)时失败了。 2. 可能的原因 配置文件缺失或错误:Oracle 客户端可能依赖...
解决方法: 在sqlnet.ora中设置SQLNET.AUTHENTICATION_SERVICES= 0。本人亲自验证,可以解决此问题。 网上说设置SQLNET.AUTHENTICATION_SERVICES=(NTS) 或者 (NONE),尝试之后都不能解决此问题。 stackoverflow上给出了其他两种解法方法:将SQLNET.AUTHENTICATION_SERVICES所在行删除,或者SQLNET.AUTHENTICATION_SERVICES= (对,你没...
我在之前使用一直好好的,就今天需要连一个新项目的Oracle,报错了:ORA-12638: Credential retrieval failed',如下: 解决: 通过同事口中得知,要连接的Oracle版本是:12c(12.2.0.1.0),而我之前连接的数据库版本是Oracle11g,所以我们需要一个新的oci.dll文件。 关于oracle 11g和12c发行时间以及区别: 1 2 3 4 5 6...
此处我要连接的数据库版本是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...
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...
Centrally Managed User CMU Authentication Fails ORA-28044: unsupported directory type ORA-12638: Credential retrieval failed (Doc ID 2507340.1) Last updated on JULY 20, 2024 Applies to: Advanced Networking Option - Version 18.1.0.0.0 and later...
我刚刚安装了Oracle数据库速成版,给定sys和sysadmin的密码管理但我有个错误Enter password:ORA-12631: Username retrieval failed 浏览8提问于2018-10-31得票数 0 回答已采纳 2回答 ORA-12638凭据检索失败,ORA-01031:权限不足 在sqlnet.ora文件中:I不能通过PL/SQL开发人员进行连接,出现了"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 詳細: 資格証明の取出しに失敗しました。 原因: 認証サービスが...
解决方法: 在sqlnet.ora中设置SQLNET.AUTHENTICATION_SERVICES= 0。本人亲自验证,可以解决此问题。 网上说设置SQLNET.AUTHENTICATION_SERVICES=(NTS) 或者 (NONE),尝试之后都不能解决此问题。 stackoverflow上给出了其他两种解法方法:将SQLNET.AUTHENTICATION_SERVICES所在行删除,或者SQLNET.AUTHENTICATION_SERVICES= (对,你没...