Oracle source connector

Oracle database services and products offer customers cost-optimized and high-performance versions of Oracle Database, the world’s leading converged, multi-model database management system, as well as in-memory, NoSQL, and Oracle databases. Oracle Autonomous Database, available on premises via Oracle Cloud@Customer or in the Oracle Cloud Infrastructure, enables customers to simplify relational database environments and reduce management workloads.

If you are interested in a direct Decodable Connector for Oracle CDC, contact support@decodable.co or join our Slack community and let us know!

Features

Delivery guarantee

Exactly once

Getting started

Sending a data stream from Oracle CDC to Decodable is accomplished in two stages, first by populating an Amazon Kinesis stream with Oracle CDC data, and then by adding and configuring a Kinesis source connector in Decodable.

Create Kinesis data source

To capture a data change stream from Oracle, a Debezium server is created with an Oracle CDC connector, which populates an Amazon Kinesis stream.

  1. Create an Oracle Amazon RDS instance & ARCHIVELOG

  2. Setup SQL PLUS

  3. Configure Oracle LogMiner

  4. Create Kinesis Streams in AWS

  5. Download Debezium server

  6. Edit the conf/application.properties

  7. Download Oracle JDBC Driver

  8. Create components for Decodable

For more detailed information, see the Oracle CDC example in the Decodable GitHub repository.

Configure a Kinesis source

Sign in to Decodable Web and follow the configuration steps provided for the Amazon Kinesis source connector to create a source connector. For examples of using the command line tools or scripting, see the How To guides.

There are multiple ways to implement change data capture (CDC) with Oracle. For more detailed information, see the Oracle GoldenGate Getting Started guide and related documentation.