oracle-streams

How to integrate Oracle and Kafka

半腔热情 提交于 2020-06-19 19:03:21
问题 I've been trying to find the most efficient/effective way capture change notifications in a single Oracle 11g R2 instance and deliver those events to an Apache Kafka queue, but I haven't been able to find any simple examples or tutorials along these lines. I've seen some possibilities on the Oracle side (Streams, Change Data Capture,triggers (yuck), etc..), but I'm still not sure which would be best to pursue. Here is a project utilizing MySQL and Kafka on GitHub called mypipe, I just haven't

How to integrate Oracle and Kafka

安稳与你 提交于 2020-06-19 19:02:17
问题 I've been trying to find the most efficient/effective way capture change notifications in a single Oracle 11g R2 instance and deliver those events to an Apache Kafka queue, but I haven't been able to find any simple examples or tutorials along these lines. I've seen some possibilities on the Oracle side (Streams, Change Data Capture,triggers (yuck), etc..), but I'm still not sure which would be best to pursue. Here is a project utilizing MySQL and Kafka on GitHub called mypipe, I just haven't

Sending a JMS Message from Oracle Database on DML Event

只愿长相守 提交于 2019-11-28 05:06:22
问题 I'm trying to determine if it is possible to configure Oracle Database 11g to send a JMS message to a broker (ActiveMQ in my case) when a particular DML event (say an insert or update to a particular table) occurs so that I can process this event in an external, non-Oracle application. I've done some searching and it seems like Oracle Streams is capable of this use case since it alludes to JMS, but the documentation seems to focus only on Oracle Database to Oracle Database JMS message sending