Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
MoeyE
Partner - Creator III
Partner - Creator III

Reading the same archived redo log over and over

Hi,

 

We've noticed that Replicate reads from the same archived redo log file every couple  minutes. Does anyone know if this is normal behaviour by Replicate? The task does have high latency.

MoeyE_0-1716333844423.png

 

I did some other searches in task logs that don't have latency and found that they had multiple reads on the online redo logs on different dates and times.

MoeyE_1-1716334164699.png

So basically I just want to know if this is normal behaviour, and get a general idea of what is going on. It would be greatly appreciated. Thank you.

 

Regards,

Mohammed

Labels (1)
2 Replies
SushilKumar
Support
Support

Hello @MoeyE 

Thanks for reaching out to Qlik via Qlik Community Support portal. 

Seems there may other associated along with it . You need to put Source_Capture to verbose to check why it QR is reading same Archive log again and again .  Check for some disconnection and Timeout happen for participating Source endpoint. 

Would request engage Support Via case as Such issue require through analysis of Settings, hence request you to reach out to technical Support via a case and provide Diagnostics package.

Please refer to Replicate https://community.qlik.com/t5/Knowledge/How-to-collect-Diagnostics-Package-from-Qlik-Replicate/ta-p/...

 

Regards,

Sushil Kumar

Heinvandenheuvel
Specialist III
Specialist III

yeah, you probably need a support case. Be sure to provide all version information:

Replicate, Oracle source db

you probably also nee to provide all or select from v$archived_log around the 'stuck' redo log. It is really odd for it to read archive-log first, then redo. That should be the other way around

select name, SEQUENCE#, thread#, first_change#
    from v$archived_log
    where SEQUENCE# > X - 10 and SEQUENCE# < X + 10