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

 找回密码
 注册

QQ登录

只需一步,快速开始

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

[Oracle] ORA-28545 If PROGRAM=dg4odbc.exe Is Specified In The Gateway LISTENER.ORA

[复制链接]
跳转到指定楼层
楼主
发表于 3 天前 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
现象:
Trying to connect to a non-Oracle database using the Database Gateway for ODBC  (DG4ODBC) fails with:

ORA-28545: error diagnosed by Net8 when connecting to an agent
Unable to retrieve text of NETWORK/NCR message 65535


原因:
There is an entry in the gateway LISTENER.ORA file like this:

(SID_DESC =
   (SID_NAME = dg4odbc)
   (PROGRAM = dg4odbc.exe)
   (ORACLE_HOME = d:\OraHome11\product\11.1.0\db_1)
)

The PROGRAM keyword needs to specify the executable, but it is invalid to use the extension .exe for this parameter.

处理方法:
Correct the entry in the LISTENER.ORA to:

(SID_DESC =
   (SID_NAME = dg4odbc)
   (PROGRAM = dg4odbc)
   (ORACLE_HOME = d:\OraHome11\product\11.1.0\db_1)
)

Stop and start the listener after this modification of the LISTENER.ORA file.

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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-5-14 02:01 , Processed in 0.087191 second(s), 20 queries .

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

© 2001-2020

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