cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Database Poller

MohammedSuhail
New Contributor

Hi Team,

I have a requirement which is near to Realtime where the data from Oracle database has to be polled/picked and insert/update in the MongoDB for every 3 seconds. Is there any possibility of do this in an ultra where polling should be done from Oracle database ?

Could you please help us in designing or an approach to solve the problem.

Thanks,
Mohammed Suhail

2 REPLIES 2

alchemiz
Contributor III

Hi Sir Mohammed,

Good day, for polling you can always use the file poller then set a trigger file in SLDB

Attached PoC pipeline and a trigger file

poller.txt (36 Bytes)

canvas 001_2023_01_10.slp (8.9 KB)

Thanks,
EmEm

MohammedSuhail
New Contributor

Hello @alchemiz ,

Thanks for the approach and It works.