数据库 11.2.0.3 os:windows 2003
远程客户端连接时一直出错
ORA-12638: Credential retrieval failed
Cause: The authentication service failed to retrieve the credentials of a user.
Action: Enable tracing to determine the exact error.
原因是因为:当前客户端同server不再同一个域名中
不能通过oracle用户验证,只能通过oracle验证
sqlnet.ora中SQLNET.AUTHENTICATION_SERVICES= (NTS)
解决方法:修改sqlnet.ora
SQLNET.AUTHENTICATION_SERVICES= (NONE)
修改之后 远程客户端可以连接,但是在service上只能进行oracle验证而不能进行os验证,
所以如果 sqlplus / as sysdba
将会username/password error 无法登陆
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/24849178/viewspace-722245/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/24849178/viewspace-722245/