<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/oracle-cdc-now-available-in-redpanda-connect-3vgpx46a2" -->

---
title: Oracle CDC now available in Redpanda Connect | daily.dev
description: Redpanda Connect v4.83.0 introduces a native Oracle CDC connector (`oracledb_cdc`) that captures inserts, updates, and deletes from Oracle databases using...
canonical: https://daily.dev/posts/oracle-cdc-now-available-in-redpanda-connect-3vgpx46a2
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Oracle CDC now available in Redpanda Connect | daily.dev
og:description: Redpanda Connect v4.83.0 introduces a native Oracle CDC connector (`oracledb_cdc`) that captures inserts, updates, and deletes from Oracle databases using...
og:url: https://daily.dev/posts/oracle-cdc-now-available-in-redpanda-connect-3vgpx46a2
og:image: https://api.daily.dev/og/posts/3vGpx46A2.png
og:image:alt: Oracle CDC now available in Redpanda Connect
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Oracle CDC now available in Redpanda Connect

**[Redpanda](https://daily.dev/sources/redpanda)** · 5 min read · 0 upvotes · 0 comments

## Summary

Redpanda Connect v4.83.0 introduces a native Oracle CDC connector (`oracledb_cdc`) that captures inserts, updates, and deletes from Oracle databases using LogMiner and streams them as structured events. It eliminates the need for Debezium on Kafka Connect, requiring no JVM, no separate Connect cluster, and no external offset storage. The connector handles initial table snapshots, transitions to streaming mode from redo logs, supports regex-based table filtering, and automatically tracks schema changes via Oracle's `ALL_TAB_COLUMNS`. It integrates with Schema Registry for Avro encoding and supports Oracle Wallet for secure credential management in regulated environments. The entire pipeline runs as a single Go binary with a minimal YAML config.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.redpanda.com/blog/introducing-oracle-cdc-connector>

## Similar posts on daily.dev

- [Stream Oracle changes to ClickHouse in real time](https://daily.dev/posts/stream-oracle-changes-to-clickhouse-in-real-time-uwvlnl0gv) · Redpanda · 0 upvotes · 0 comments

---

Tags: [#oracle](https://daily.dev/tags/oracle), [#apache-kafka](https://daily.dev/tags/apache-kafka), [#data-streaming](https://daily.dev/tags/data-streaming), [#change-data-capture](https://daily.dev/tags/change-data-capture)

[View this post on daily.dev](https://daily.dev/posts/oracle-cdc-now-available-in-redpanda-connect-3vgpx46a2)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Oracle CDC now available in Redpanda Connect","url":"https://daily.dev/posts/oracle-cdc-now-available-in-redpanda-connect-3vgpx46a2","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/oracle-cdc-now-available-in-redpanda-connect-3vgpx46a2"},"datePublished":"2026-04-09T14:41:37.669Z","dateModified":"2026-08-24T07:04:30.475Z","description":"Redpanda Connect v4.83.0 introduces a native Oracle CDC connector (`oracledb_cdc`) that captures inserts, updates, and deletes from Oracle databases using...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/e18f2f2e60d252e66a92950a1bd7c70d?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/e18f2f2e60d252e66a92950a1bd7c70d?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Redpanda","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Redpanda","logo":"https://media.daily.dev/image/upload/s--1R2EIDcb--/f_auto,q_auto/v1769934743/logos/redpanda","url":"https://daily.dev/sources/redpanda"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/oracle-cdc-now-available-in-redpanda-connect-3vgpx46a2","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"oracle,apache-kafka,data-streaming,change-data-capture","timeRequired":"PT5M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Redpanda","item":"https://daily.dev/sources/redpanda"},{"@type":"ListItem","position":3,"name":"Oracle CDC now available in Redpanda Connect"}]}
```

