Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi team,
I have the following doubts while running a CDC task (Oracle being the source database and Kafka as the target using unidirectional task)
Hello @Vandy ,
Thanks for reaching out.
In Qlik Replicate , there is stream position value on the source, usually the SCN, LSN, or POS etc which allows Replicate tasks to resume from the last broken point, it's stored in Replicate repository, or target database (configurable).
1- Yes, if a task is stopped and resumed, them it will resume from the last stream position (In Oracle it's SCN) automatically. Certainly you could startup the task from a given SCN/LSN/POS/Timestamp etc manually.
2- From last stream position, if it's available still.
3- In general Stream Position stores in Qlik Replicate Repository. Replicate utilizes SQLite DB as Repository.
4- Yes or No. Yes - the information is stored in SQLite DB however you cannot access the SQLite DB directly; No - If you want to get these values, QEM is recommended.
Hope this helps.
Regards,
John.
Hello @Vandy ,
Thanks for reaching out.
In Qlik Replicate , there is stream position value on the source, usually the SCN, LSN, or POS etc which allows Replicate tasks to resume from the last broken point, it's stored in Replicate repository, or target database (configurable).
1- Yes, if a task is stopped and resumed, them it will resume from the last stream position (In Oracle it's SCN) automatically. Certainly you could startup the task from a given SCN/LSN/POS/Timestamp etc manually.
2- From last stream position, if it's available still.
3- In general Stream Position stores in Qlik Replicate Repository. Replicate utilizes SQLite DB as Repository.
4- Yes or No. Yes - the information is stored in SQLite DB however you cannot access the SQLite DB directly; No - If you want to get these values, QEM is recommended.
Hope this helps.
Regards,
John.
Hello @john_wang ,
Thank you so much for clarifying all my doubts. It was very helpful.
I also wanted to know if I can get the Table Statuses data without having Qlik Enterprise Manager.
Thank you
Hello @Vandy ,
QEM APIs are uniform among different QEM versions, it's the easiest and standard approach. Maybe it's doable in Replicate but it's some complex and it's better involve PS team to implement it.
Regards,
John.
Thank you @john_wang