Hi Guys,
I have a Channel setup as a Oracle DB reader, and destination is a file writer.
The basics are connecting, and functioning.
I can SQL my data out, format a template and dump the output to file.
But when I view the output folder I have a few hundred output files in just a few seconds, all identical.
It was a simple 'select p_id, p_name from patients'
My Source Database polling is set to 5000ms.
How do I set events/triggers, so the database is only read when an 'event' occurs from my application ??
Cheers ;-)
I have a Channel setup as a Oracle DB reader, and destination is a file writer.
The basics are connecting, and functioning.
I can SQL my data out, format a template and dump the output to file.
But when I view the output folder I have a few hundred output files in just a few seconds, all identical.
It was a simple 'select p_id, p_name from patients'
My Source Database polling is set to 5000ms.
How do I set events/triggers, so the database is only read when an 'event' occurs from my application ??
Cheers ;-)
Comment