Skip to Content
0
Mar 29, 2010 at 11:12 AM

SAP PI - JDBC Adapter on event

60 Views

Hi,

I need to implement an interface JDBC to Idoc with SAP PI 7.11. I know that it is possible to setup a JDBC Adapater for polling a certain query for reading records. My requirement is different because I need to start the reading process from the database with an event.

For example with an Oracle Database, when the records are writen in the border table how I can trigger the JDBC Adapter on PI side to read the data (without using the polling)? I'm thinking something about calling a Web Services from Oracle to PI at every write on DB and activate the JDBC Adapater after this call.

Thank

Alessandro