# Qlik Replicate

> Agentless log-based replication from mainframe to cloud

Qlik Replicate is a commercial data replication platform using agentless, log-based change data capture, spanning mainframe and mid-range systems, SAP estates, and modern cloud warehouses without installing software on the source.

Website: https://www.qlik.com/us/products/qlik-replicate

## Use it when

- Installing software on sources is impossible, politically or operationally; Replicate reads transaction logs remotely with standard clients and puts nothing on the database.
- The estate includes mainframe, mid-range, and SAP systems that must feed cloud warehouses and lakehouses through one replication layer.
- Migration, modernization, and continuous analytics feeds should share a platform, with full load and CDC starting together.
- DDL must follow the data; schema changes replicate to the target with history recorded.

## Think twice when

- The scope is one open-source database into Kafka; Debezium or a single-purpose tool does that without an enterprise license.
- Pricing transparency matters; costs are quoted by Qlik, not published.
- A managed service is preferred; Replicate is self-hosted on a server you run.

## How it runs

A Replicate server connects remotely to sources (log access only: ARCHIVELOG with supplemental logging on Oracle, and per-engine equivalents) and streams to cloud warehouses, lakehouses, databases, and Kafka, with exactly-once apply through a persistent checkpoint store and a GUI for pipeline configuration.

## Details

### General

| Attribute | Value |
| --- | --- |
| License | Commercial |
| Deployment | Self-hosted |
| Workload | Streaming, Batch |
| Operational complexity | Medium |
| Pricing | Subscription |
| Documentation | https://help.qlik.com/en-US/replicate |

### Change Data Capture

| Attribute | Value |
| --- | --- |
| Sources | Mainframe, mid-range, SAP, relational and cloud sources |
| Source requirements | Log access only: Oracle in ARCHIVELOG with supplemental logging |
| What you run | A Replicate server; nothing installed on the source databases |
| Initial snapshot | Full load with CDC starting at the same time |
| End-to-end lag | Near real-time; log reads stream continuously to targets |
| Delivery guarantee | Exactly-once: persistent checkpoint store |
| Schema drift | DDL replicated to the target; attrep_ddl_history records changes |
| Transformations | Table and global rules: filters and column expressions |
| Destinations | Cloud warehouses, lakehouses, databases and Kafka |
| Billing unit | Not published: enterprise licence quoted by Qlik |

## Capabilities

- [Change Data Capture](https://matca.io/capabilities/change-data-capture)

---

Source: https://matca.io/qlik-replicate
Last updated: 2026-08-31T11:40:48.381Z
