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

 找回密码
 注册

QQ登录

只需一步,快速开始

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

[Oracle] ORA-28545 - Unable To Connect To Remote Database Using Database Link After Ap...

[复制链接]
跳转到指定楼层
楼主
发表于 2025-12-7 11:35:28 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
现象:
After apply the latest Windows Bundle Patch 18c or 19c, oracle database database link to remote Oracle Database Gateway stopped working with below error.


SQL> select count(*) from <table_name>@<dblink>;
select count(*) from <table_name>@<dblink>
  *
ERROR at line 1:
ORA-28545: error diagnosed by Net8 when connecting to an agent
Unable to retrieve text of NETWORK/NCR message 65535
ORA-02063: preceding 2 lines from <DBLINK>


原因:
Using NTS authentication service in the sqlnet.ora
SQLNET.AUTHENTICATION_SERVICES= (NTS)


When using NTS, between Database client and server, if Kerberos authentication is not possible, it will fall back to NTLM. In the past, NTLM is allowed by default, and that's why this behavior was not obvious for the customers.

After some security fixes, now NTLM is disabled by default. If the connection between Database client and server is not capable of doing Kerberos, it will not be able to fall back to NTLM.

This is intentional, and customers need to be aware of the fact that they are going to use NTLM, and explicit configuration needs to be done to enable NTLM.

Once customers specify NO_NTLM=FALSE, it will be able to fall back to NTLM from Kerberos if required.



处理方法:
- Add below parameter to the Oracle database sqlnet.ora file. The new parameter is a requirement from latest Windows Bundle Patch.

SQLNET.NO_NTLM=FALSE


- Stop/Start the oracle services

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

使用道具 举报

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

本版积分规则

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

GMT+8, 2026-4-17 23:42 , Processed in 0.241621 second(s), 20 queries .

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

© 2001-2020

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