Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-28500: connection from ORACLE to a non-Oracle system returned this message: ORA-02063: preceding

Carl CApr 16 2018 — edited May 30 2018

Hi Gurus,

I'm facing an issue with my odbc connection through Oracle into MySQLwith this error  When I run this query

SQL> select “id_chart“ from "ipw_chart"@ipw

  2  ;

*

ERROR at line 2:

ORA-28500: connection from ORACLE to a non-Oracle system returned this message:

ORA-02063: preceding line from IPW

Access to MySQL database MySQL with ISql seems fine which make me conclude the issue comes from Oracle.

-bash-4.2$ isql -v IPW

+---------------------------------------+

| Connected!                            |

|                                       |

| sql-statement                         |

| help [tablename]                      |

| quit                                  |

|                                       |

+---------------------------------------+

I've already check all config files, Listener, Tnsnames initHSSID, odbc.ini, drivers, environment variables, read tonnes of pages in google regarding this issue.

Any Ideas?

Thank you in advance

This post has been answered by mxallen-Oracle on Apr 23 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 27 2018
Added on Apr 16 2018
14 comments
38,247 views