cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC Sender Adapter without polling?

Former Member
0 Kudos

Hi,

I need pick up some data from a Oracle 8.1 Database but I don't want to use a polling from a JDBC Sender Adapter. Because this impact the XI performance and we use several BPM's.

Any Ideas?

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

from SP19 you should be able to use

a scheduler with jdbc adapter but till then

you need to use some other solutions

maybe you can use a BPM which can be scheduled

(by any interface) and inside use receiver jdbc

adapter to do a select

or you can start the adapter manually whenever necessary....

Regards,

michal

Answers (0)