Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Streaming data from Oracle (without Golden Gate)

Michael TsilikidisJul 17 2018 — edited Jul 18 2018

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

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 15 2018
Added on Jul 17 2018
5 comments
1,311 views