RDBPROD: OCI Services for Oracle Rdb - 7.3.1-1
Recently encountered a problem after upgrade of Oracle Rdb (7.1.5 to 7.2.5) AND OCI Services for Oracle Rdb (7.2.X to 7.3.1-1.) and changing from AXP to IA64 platform.
When trying to access Oracle Rdb through a DBLINK from an older version of Oracle Forms/Reports (10.1 I believe)
we get the ORA-03001 - Unimplemented feature trying to access anything - even dual.
Doing som logging - it seems to be due to an ALTER SESSION statement trying to set REMOTE_DEPENDENCIES_MODE
and nothing seem to work.
Doing the same logging from SQLPLUS and even a JDeveloper application - these do not try to set REMOTE_DEPENDENCIES_MODE at all