ORA-28500: Connection From ORACLE To A Non-Oracle System Returned This Message: C (文档 ID 2325424.1)
APPLIES TO:
Oracle Database - Standard Edition - Version 11.2.0.1 to 12.2.0.1 [Release 11.2 to 12.2]
Information in this document applies to any platform.
SYMPTOMS
When using Database Gateway for ODBC (DG4ODBC) to connect to a Postgresql database using a Postgres ODBC connection the following error is encountered:
ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
c
CAUSE
The issue is caused by a problem with character and language settings.
SOLUTION
Add the following to the DG4ODBC init.ora file:
HS_NLS_NCHAR=UCS2
HS_LANGUAGE=AMERICAN_AMERICA.WE8ISO8859P1
解决ORA-28500错误
本文介绍了解决使用Database Gateway for ODBC连接PostgreSQL数据库时遇到的ORA-28500错误的方法。该错误由字符及语言设置问题引起,可通过修改DG4ODBC init.ora文件中的特定参数来解决。
1399

被折叠的 条评论
为什么被折叠?



