Compatible versions
Key Features
- CDC replication: applies inserts, updates, and deletes from your pipelines to Oracle tables, keeping them in sync with the source.
- Automatic type mapping: Popsink handles data type mapping to Oracle formats including
VARCHAR2,NUMBER,DATE, andCLOB.
Prerequisites
- A reachable Oracle database.
- A user with write permissions on the target schema:
CREATE TABLE,INSERT,UPDATE, andDELETE. - Primary keys configured in the subscription mapping: Oracle is a JDBC target — primary keys are required so that CDC updates and deletes can be applied correctly.