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!

two way communication between oracle and sql server

Arif2018Aug 25 2020 — edited Sep 6 2020

hi ,

We are trying to integrate application written in Oracle with Sql server DB. I came acroos some articles talking about linked server. Linked server is used from Sql server to connect oracle db. Is there a way to have two way communication like read sql server tables data from Oracle database.

ideally i have a trigger written on one of my oracle table om_product , whenever if there a record inserted or updated into it , it should replicate the data in a table residing on sql server.

similarly i want to update data in oracle if there is a insert or update in om_customer table in sql server.

This post has been answered by L. Fernigrini on Sep 2 2020
Jump to Answer
Comments
Post Details
Added on Aug 25 2020
15 comments
5,581 views