Oracle Streams to Postgres using DG4ODBC
Hi,
I successfully set up a connection between Oracle and Postgresql via the DG4ODBC Gateways or Generic Connectivity.
A sample table on both Oracle and Postgresql has been created and from Oracle SQL*Plus DML are successfully executed against the table in Postgresql via the database link. I actually created the table via the database link using the oracle package
I then setup Oracle streams to replicate data from Oracle to Postgresql.
With the Streams processes activated tried to make some DML changes to the Oracle table. The capture process correctly captured changes but the apply process aborted.
Altough the remote Postgresql database can be accessed from Oracle, Streams does not work.