Skip to Content
0
Former Member
Apr 22, 2009 at 09:07 AM

Sending data from Oracle to XI on HTTP

22 Views

Hi,

We have few interfaces where we use JDBC adaptor to pull data from different Oracle databases.

these Channels are scheduled to run oncer at night.

Now the requirement is to make the interfaces real time so that data is always up to date in SAP system.

Only way i could figure out was if in some way we can write triggers on filed level changes in Oracle DB and send the same to XI using HTTP.

I need your suggestions if this is possible. if yes then how