ORA-12667: Shared server: outbound transport protocol different from inbound ORACLE 报错 故障修复 远程处理

文档解释

ORA-12667: Shared server: outbound transport protocol different from inbound

Cause: The protocol specified for an externally-identified outbound connection from a shared server (database link) was not the same as as that used for the inbound connection. It is not possible for Oracle Net to authenticate a proxy connection that uses a protocol that is different from that which was used for the connection to the shared server.

Action: Specify the same protocol in the Oracle Net connect descriptor for the outbound connection as that used for the inbound connection

ORA-12667 表示共享服务器使用不同的传出传输协议与传入传输协议。

官方解释

在 Oracle 数据库错误代码 ORA-12667 的官方文档中,该错误表示“共享服务器使用不同的传出传输协议与传入传输协议”。这意味着共享服务器使用的传出协议可能不同于共享服务器使用的与客户端连接的传入协议。

常见案例

共享服务器系统中包含有不同于限定与传入协议的配置语句。这可能是:

– 将lmt_min_passwd_len设置为可被传出连接看到,但对于密码认证只对传入连接可见

– 在服务器的 protocol.ora 文件中的OUTBOUND_CONNECT_TIMEOUT参数被设置不同于传入连接

– 在服务器的 protocol.ora 文件中的SEND_BUF_SIZE 参数被设置不同于传入连接

正常处理方法及步骤

要解决此错误,您应该重新检查共享服务器的配置参数,确保共享服务器使用的传出协议与共享服务器与客户端连接的传入协议都使用相同的参数。

香港美国云服务器首选树叶云,2H2G首月10元开通。
树叶云(www.IDC.Net)提供简单好用,价格厚道的香港/美国云服务器和独立服务器。IDC+ISP+ICP资质。ARIN和APNIC会员。成熟技术团队15年行业经验。

文章来源网络,作者:运维,如若转载,请注明出处:https://shuyeidc.com/wp/289907.html<

(0)
运维的头像运维
上一篇2025-05-17 00:23
下一篇 2025-03-11 13:30

相关推荐

发表回复

您的邮箱地址不会被公开。必填项已用 * 标注