Want to Make application which get notification from Oracle Database for Data change and updates it
Hello All,
I want to make an Application or Interface Which can perform Like this
Application gets Notification from Oracle Database for Specific Table's Row Data Changes (DML, DDL Operation).
Need to Identify the Change and then same will be updated into Same Table existing in SQL Server Database.
and same would be done from SQL Server Database to Oracle Database.
Now I have studied about Oracle Change Notification but in Oracle Change Notification
1) It is Query Based Registration Also when any Data Changes indicates Data has been changed and Provide Row id of that row. But which Column's and what data changed i am not getting.