首页 > 其他 > 详细

ORA-12638: 无法检索身份证明 解决的方法

时间:2015-10-01 11:32:36      阅读:254      评论:0      收藏:0      [点我收藏+]

the NTS option makes the Oracle client attempt to use your current Windows domain credentials to authenticate you with the Oracle server. This could fail for a couple of reasons:

- The Oracle server is not configured to support Windows authentication
- The credentials you use to login to your local machine are not sufficient to allow you to login to the server.

In my case, it was the later. Despite the fact that I had told the client to use a different user name and password, it was still attempting to login using my domain credentials first. This failed because I was logged on to my local machine using my normal domain credentials rather than my administrator account.

Replacing the line:

SQLNET.AUTHENTICATION_SERVICES= (NTS)

with

SQLNET.AUTHENTICATION_SERVICES= (NONE)

in sqlnet.ora resolved the issue by disabling local support for authenticating using Windows credentials.

 

 

ORA-12638: 身份证明检索失败 的解决的方法

今天在使用应用程序连接Oracle时碰到了 “ORA-12638: 身份证明检索失败” 错误。到网上搜索了一下。是由于Oracle的高级安全性验证导致,解决的方法例如以下:

開始 -> 程序 -> Oracle -> Configuration and Migration Tools ->
Net Manager→本地→概要文件→Oracle高级安全性→验证→去掉所选方法中的 "NTS" 就能够了.

版权声明:本文博主原创文章,博客,未经同意不得转载。

ORA-12638: 无法检索身份证明 解决的方法

原文:http://www.cnblogs.com/bhlsheji/p/4850802.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!