Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!

How to handle Dynamic Tables in Qlik Replicate

100% helpful (1/1)
cancel
Showing results for 
Search instead for 
Did you mean: 
sureshkumar
Support
Support

How to handle Dynamic Tables in Qlik Replicate

Last Update:

Oct 28, 2025 11:09:01 AM

Updated By:

Sonja_Bauernfeind

Created date:

Oct 28, 2025 11:09:01 AM

This article describes how to handle dynamic tables in Qlik Replicate, such as when source tables are frequently added and deleted. This avoids having to manually add the table to a task each time.

The methods described will work for most source endpoints. 

Our example uses Oracle as the source.

  1. Select the pattern in the Table Section
    Make sure the task is set to Full Load + CDC

    select tables.png

  2. Review the list of tables for the selected pattern under Full Table List

    full table list.png

  3. After the initial load, the tables are successfully created at the target:

    tables created on target.png

  4. Create a new table in the source:

    create table SYSTEM.suri4(id int primary key, anane varchar(10))

  5. The table is automatically added to the task

    table added to task.png

    CDC Status:

    change processing.png

    Log Entry:

    log entry.png

    Table entry in the target:

    tables on the target.png

  6. Drop table from the Source:

    drop table SYSTEM.suri4;

  7. The table is automatically dropped from the target. We can observe the Drop DDL command entry in the log:

    drop DDL.png

 

Environment

  • Qlik Replicate
Labels (2)
Version history
Last update:
7 hours ago
Updated by: