返回顶部
首页 > 资讯 > 错误编码 >ORA-12689: Server Authentication required, but not supported ORACLE 报错 故障修复 远程处理
  • 561
分享到

ORA-12689: Server Authentication required, but not supported ORACLE 报错 故障修复 远程处理

报错故障Server 2023-11-05 06:11:18 561人浏览 泡泡鱼
摘要

文档解释 ORA-12689: Server Authentication required, but not supported Cause: Server Authentication is required for this conn

文档解释

ORA-12689: Server Authentication required, but not supported

Cause: Server Authentication is required for this connection, but not supported by both sides of the connection.

Action: Make sure both sides of the connection have the correct version of Advanced Networking Option, and that the Authentication Adapter supports Server Authentication.

ORA-12689: Server Authentication错误表明客户端请求的连接被Server Authentication拒绝,但数据库实例不支持Server Authentication。

该错误信息可能会在连接数据库时看到,或者在设置oracle Net后期加密/验证属性时看到。

官方解释

尝试使用Server Authentication(也称为Secure Directory Access)来连接数据库,但Oracle Net不支持Server Authentication,因此连接请求被拒绝。

常见案例

在客户端上运行sqlplus等Oracle客户端��件时,试图建立一个使用Server Authentication连接,但该操作失败,导致显示ORA-12689错误。

正常处理方法及步骤

1.更改客户端的sqlnet.ora配置文件,取消SECURE_CONNECTION的设置,它决定了是否要使用Server Authentication。

2.检查数据库的FAL_SERVER init.ora参数,如果设置了这个参数,数据库就不会接受没有进行Server Authentication的外部连接。

3.检查客户端是否有正确的TNSNAMES.ora 文件,TNSNAMES.ora中包含了客户端应该使用的验证方式。

--结束END--

本文标题: ORA-12689: Server Authentication required, but not supported ORACLE 报错 故障修复 远程处理

本文链接: https://lsjlt.com/news/535229.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作