重庆思庄Oracle、Redhat认证学习论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 763|回复: 0
打印 上一主题 下一主题

[Oracle] ORA-12638 AFTER APPLY 11.2.0.4 WINDOWS BUNDLE PATCH 10

[复制链接]
跳转到指定楼层
楼主
发表于 2023-9-17 13:47:39 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

SYMPTOMS
After applied 11.2.0.4 Windows Bundle Patch 10, ORA-12638
occurred when trying to connect to database using SQL*Plus:

sqlplus system/password => ORA-12638


CAUSE
NTS is Windows Native authentication where the user is authenticated to the db
based on the OS credentials.  NTS code checks group
membership for the OS user.

For example, if the OS user is a member of the ORA_DBA group
then that user can login as sqlplus / as sysdba using NTS authentication.
.
When you specify sqlnet.authentication_services=(NTS) in the sqlnet.ora it is expected that the
client will be authenticated and login to database
using the OS credentials via Windows Native Authentication.  No external
password is needed.
.
If you have specified sqlnet.authentication_services=(NTS) in the sqlnet.ora and provide
a username/password the connection should fail with an error.
.
The Oracle documentation recommends to set
'sqlnet.authentication_services=(NONE)' for for regular username/password
based authentication.

http://docs.oracle.com/cd/B19306_01/network.102/b14213/sqlnet.htm


SOLUTION
Use: sqlnet.authentication_services=(NTS) in the sqlnet.ora for OS authentication: sqlplus / as sysdba

Use: sqlnet.authentication_services=None in the sqlnet.ora for External authentication: sqlplus system/password



分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 支持支持 反对反对
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|手机版|小黑屋|重庆思庄Oracle、Redhat认证学习论坛 ( 渝ICP备12004239号-4 )

GMT+8, 2024-4-28 14:47 , Processed in 0.095383 second(s), 20 queries .

重庆思庄学习中心论坛-重庆思庄科技有限公司论坛

© 2001-2020

快速回复 返回顶部 返回列表