Hello, I followed your instruction step by step; but I am getting
the following error
select “col5” from “demo”@MySQL;
*
ERROR at line 1:
ORA-28500: connection from ORACLE to a non-Oracle system returned
this message:
ORA-02063: preceding line from MYSQL
My environment : Centos 7, Oracle xe 11.2.0,
I created a public database link;
[root@localhost trace]# isql -v demo
+—————————————+
| Connected! |
| |
| sql-statement |
| help [tablename] |
| quit |
| |
+—————————————+
SQL>
Any help would be greatly appreciated.
Thank you