Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to poll a database continously using talend

Hi,
We have a requirement for a real time data integration where we need to poll the database continoulsy instead of scheduling it as a batch job.
I checked for various parameters in the tOracleInput node, but there weren't any parameter for polling.
Is there any other how it could be acheived ?
Labels (2)
4 Replies
_AnonymousUser
Specialist III
Specialist III

Hi,
Are we talking about Change Data Capture (CDC)?
-
Sangi
Anonymous
Not applicable
Author

Yes, The DB will be updated with new records on real time and whenever the record is inserted, we need to read all these records immediately and process them.
_AnonymousUser
Specialist III
Specialist III

Hi,
If you have commercial version, create CDC under DB Connections>Connection>CDC Foundation.
You can create the events on the table like 'inserts,deletes and updates'.
Have a look at this link
-
Sangi
_AnonymousUser
Specialist III
Specialist III