<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Skip Deletes transactions for a table in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Skip-Deletes-transactions-for-a-table/m-p/2152573#M8508</link>
    <description>&lt;P&gt;1. Database type type is oracle and the command used for purging is DELETE&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Dec 2023 14:29:20 GMT</pubDate>
    <dc:creator>murali23krishna</dc:creator>
    <dc:date>2023-12-13T14:29:20Z</dc:date>
    <item>
      <title>Skip Deletes transactions for a table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Skip-Deletes-transactions-for-a-table/m-p/2152464#M8505</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;Assume that we have a table configured for replication and periodically the table gets purged as part of the cleanup activity, is there an intelligent way Qlik to identify those delete statements and mark them as skipped from the regular delete events? is there any such configuration available?&lt;/P&gt;
&lt;P&gt;Also, another question that I have is, the replication setup is done and due to some reason task failed, if we use reload functionality, how it will ensure that reload will not cause any duplication of events? is there any documentation of the internal working of rdlib library?&lt;/P&gt;
&lt;P&gt;Appreciate your help.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 11:46:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Skip-Deletes-transactions-for-a-table/m-p/2152464#M8505</guid>
      <dc:creator>murali23krishna</dc:creator>
      <dc:date>2023-12-13T11:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Skip Deletes transactions for a table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Skip-Deletes-transactions-for-a-table/m-p/2152567#M8507</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;1. Regarding "&lt;SPAN&gt;periodically the table gets purged" - what is the database type? (Oracle, SQLServer etc.) What is the command that is used to do this "purge"? is it a DROP TABLE command? or a TRUNCATE TABLE? or something else?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;2.&amp;nbsp; When a task is reloaded, the behavior upon the target table (dropping, truncating or doing nothing) depends on the task settings. Task settings--&amp;gt;Full Load--&amp;gt;Full Load Settings--&amp;gt;&lt;/SPAN&gt;&lt;LABEL class="bold"&gt;Target Table Preparation--&amp;gt;&lt;/LABEL&gt;&lt;SPAN&gt;If target table already exists:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If one chooses&amp;nbsp; "Do nothing" then constraint violation of duplicates will fail the task.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Boaz&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 14:18:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Skip-Deletes-transactions-for-a-table/m-p/2152567#M8507</guid>
      <dc:creator>boaz_newman</dc:creator>
      <dc:date>2023-12-13T14:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Skip Deletes transactions for a table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Skip-Deletes-transactions-for-a-table/m-p/2152573#M8508</link>
      <description>&lt;P&gt;1. Database type type is oracle and the command used for purging is DELETE&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 14:29:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Skip-Deletes-transactions-for-a-table/m-p/2152573#M8508</guid>
      <dc:creator>murali23krishna</dc:creator>
      <dc:date>2023-12-13T14:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Skip Deletes transactions for a table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Skip-Deletes-transactions-for-a-table/m-p/2152581#M8509</link>
      <description>&lt;P&gt;If an entire table is deleted using a delete statement (DELETE FROM &amp;lt;Table Name&amp;gt;) then this will show in the Oracle redo-log as a regular delete, and Replicate will capture and apply it to the target, there is no way to ignore it.&lt;/P&gt;
&lt;P&gt;Boaz&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 14:46:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Skip-Deletes-transactions-for-a-table/m-p/2152581#M8509</guid>
      <dc:creator>boaz_newman</dc:creator>
      <dc:date>2023-12-13T14:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: Skip Deletes transactions for a table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Skip-Deletes-transactions-for-a-table/m-p/2152785#M8516</link>
      <description>&lt;P&gt;is there way if we truncate the table we can skip those data using qlik replicate&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 04:14:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Skip-Deletes-transactions-for-a-table/m-p/2152785#M8516</guid>
      <dc:creator>murali23krishna</dc:creator>
      <dc:date>2023-12-14T04:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Skip Deletes transactions for a table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Skip-Deletes-transactions-for-a-table/m-p/2153123#M8534</link>
      <description>&lt;P&gt;Well, if you can use TRUNCATE instead of delete on the source, the you could change the task setting for "&lt;SPAN&gt;&lt;STRONG&gt;When source table is truncated:&lt;/STRONG&gt;" to "&lt;STRONG&gt;Ignore TRUNCATE&lt;/STRONG&gt;" in the UI.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;If you need to use DELETE on the source, then as Boaz&amp;nbsp; indicated every single row affected by the delete will become a delete event and will be processed. You would have to filter those out somehow. Perhaps you could have a dedicated source control table entry with 'truncate_date' and use a source_lookup with TLL of a few minutes to see is a delete is in the truncate range or not.&lt;/P&gt;
&lt;P&gt;The brute force solution is to declare or utilize a maintenance window around the deletes: Stop replicating in the window. Wait for it to be 'done'. Delete. re-start replication with 'timestamp tables are already loaded'. Close maintenance window. The risk/gotcha is of course the all changes in the maintenance window will be ignored and you may have to reload some tables to deal with the discrepancies due to that.&lt;/P&gt;
&lt;P&gt;Hein.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 15:35:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Skip-Deletes-transactions-for-a-table/m-p/2153123#M8534</guid>
      <dc:creator>Heinvandenheuvel</dc:creator>
      <dc:date>2023-12-14T15:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Skip Deletes transactions for a table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Skip-Deletes-transactions-for-a-table/m-p/2153732#M8563</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/258108"&gt;@murali23krishna&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I totally agree with&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/110970"&gt;@Heinvandenheuvel&lt;/a&gt;&amp;nbsp;, the best option is using a filter in Replicate. BTW, I do not see other options in Oracle side eg trying to prevent the DELETE operations are recorded into REDO LOG attempts etc.&lt;/P&gt;
&lt;P&gt;Good luck,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Dec 2023 02:40:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Skip-Deletes-transactions-for-a-table/m-p/2153732#M8563</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2023-12-16T02:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: Skip Deletes transactions for a table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Skip-Deletes-transactions-for-a-table/m-p/2156530#M8648</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/258108"&gt;@murali23krishna&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Looks like you are talking about soft delete operation. Please refer the following articles which provides more details on the same:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-create-a-Qlik-Replicate-task-to-capture-soft-deletes-and/ta-p/2121662" target="_blank"&gt;https://community.qlik.com/t5/Official-Support-Articles/How-to-create-a-Qlik-Replicate-task-to-capture-soft-deletes-and/ta-p/2121662&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-implement-quot-soft-quot-deletes-on-replicated-table/ta-p/1825769" target="_blank"&gt;https://community.qlik.com/t5/Official-Support-Articles/How-to-implement-quot-soft-quot-deletes-on-replicated-table/ta-p/1825769&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-Global-Transformation-Soft-Delete-Limitation/ta-p/2054414" target="_blank"&gt;https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-Global-Transformation-Soft-Delete-Limitation/ta-p/2054414&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2023 00:01:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Skip-Deletes-transactions-for-a-table/m-p/2156530#M8648</guid>
      <dc:creator>shashi_holla</dc:creator>
      <dc:date>2023-12-28T00:01:33Z</dc:date>
    </item>
  </channel>
</rss>

