Folks,
I have an oracle database sitting externally and I have to send data from SharePoint environment to Oracle DB (insert into table) and once user checks the data on oracle side, he inserts new data into a new table and I need to pick that data from their end. So, the task is we are not sure when that new table gets updated with a record and when to pull the data.
Please suggest an approach to achieve this as nothing is being built on oracle side to send data.
Thanks