Hello all,
I'd like to know if there's anyone out there who has implemented (or, tried to implement) a way of streaming data out of Oracle - without using the obvious solution called Golden Gate.
I'm trying to export data from Oracle on a row-by-row basis, which also means, I'm not interested in doing that using files.
The data is sent to either an external Queue (like RabbitMQ) using Java or to an API with UTL_HTTP but I'm not sure these two options I've explored are the most optimal.
Any suggestions and remarks would be appreciated.
Thanks,
Michael