RDBPROD: Oracle RDB ODBC Driver (any version) and Oracle 12c Database
Hi,
Has anyone got the RDB ODBC driver working between RDB and Oracle 12c?
I've tested creating DB links (DG4ODBC) from Oracle 12c to Oracle Rdb V7.1-431 with many of the 64-bit version of drivers including the latest (3.3.2.4), but can only describe objects, any SELECT or DML statements fail. Example below:
SQL> desc test@dev_xxx_db;
Name Null? Type
------------------------------- -------- ---------
STALL_NUM NUMBER(5)
STRTGY_NAME CHAR(32)
And when I try a count(1):
SQL> select count(1) from test@dev_xxx_db;
select count(1) from test@dev_xxx_db
*
ERROR at line 1:
ORA-28500: connection from ORACLE to a non-Oracle system returned this message: