<?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: Qlik Replicate DB2 iseries - full load - select statement in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-DB2-iseries-full-load-select-statement/m-p/2518728#M14405</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/182107"&gt;@lguevara&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We do not have a way to pass a hint in the select statement from the source tables. There is functionality to set a where clause when loading tables in parallel, or applying a filter, but that is all.&lt;/P&gt;
&lt;P&gt;If you are viewing this as more of a product defect, please open a support case so we can elevate it to our internal support teams.&lt;/P&gt;
&lt;P&gt;If you are viewing this as more of a feature request, please submit it here:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Ideas/idb-p/qlik-ideas" target="_blank"&gt;https://community.qlik.com/t5/Ideas/idb-p/qlik-ideas&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This will go to our Product Management team. Other users will have the opportunity to vote on it to increase the chances at adoption and to set the priority.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Dana&lt;/P&gt;</description>
    <pubDate>Thu, 22 May 2025 16:39:43 GMT</pubDate>
    <dc:creator>Dana_Baldwin</dc:creator>
    <dc:date>2025-05-22T16:39:43Z</dc:date>
    <item>
      <title>Qlik Replicate DB2 iseries - full load - select statement</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-DB2-iseries-full-load-select-statement/m-p/2518692#M14404</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;I use DB2 i series as source.&lt;/P&gt;&lt;P&gt;In replicate, In full load when executed "select * from table". is it possible to configure the select statement whit a hint like:&lt;/P&gt;&lt;P&gt;SELECT * FROM table WITH UR;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;SET CURRENT ISOLATION UR;&lt;BR /&gt;SELECT * FROM table;&lt;/P&gt;&lt;P&gt;Beacuse this is how the database waits to receive queries like select.&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2025 14:37:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-DB2-iseries-full-load-select-statement/m-p/2518692#M14404</guid>
      <dc:creator>lguevara</dc:creator>
      <dc:date>2025-05-22T14:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate DB2 iseries - full load - select statement</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-DB2-iseries-full-load-select-statement/m-p/2518728#M14405</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/182107"&gt;@lguevara&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We do not have a way to pass a hint in the select statement from the source tables. There is functionality to set a where clause when loading tables in parallel, or applying a filter, but that is all.&lt;/P&gt;
&lt;P&gt;If you are viewing this as more of a product defect, please open a support case so we can elevate it to our internal support teams.&lt;/P&gt;
&lt;P&gt;If you are viewing this as more of a feature request, please submit it here:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Ideas/idb-p/qlik-ideas" target="_blank"&gt;https://community.qlik.com/t5/Ideas/idb-p/qlik-ideas&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This will go to our Product Management team. Other users will have the opportunity to vote on it to increase the chances at adoption and to set the priority.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Dana&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2025 16:39:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-DB2-iseries-full-load-select-statement/m-p/2518728#M14405</guid>
      <dc:creator>Dana_Baldwin</dc:creator>
      <dc:date>2025-05-22T16:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate DB2 iseries - full load - select statement</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-DB2-iseries-full-load-select-statement/m-p/2518924#M14415</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/182107"&gt;@lguevara&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;By default, Qlik Replicate uses the following SQL statement to retrieve rows from a DB2 for i (DB400) table.&lt;/P&gt;
&lt;TABLE style="border-style: none; width: 100%; background-color: lightgrey;" border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="100%"&gt;&lt;FONT face="courier new,courier"&gt;SELECT "ID","NAME" FROM "JOHNWKIT"."KIT" FOR READ ONLY USE CURRENTLY COMMITTED;&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="359" data-end="580"&gt;However, if you want to override and control the SQL used for retrieval, you can use the &lt;STRONG data-start="448" data-end="477"&gt;Full Load Passthru Filter&lt;/STRONG&gt; feature. To access it, press the &lt;STRONG data-start="511" data-end="525"&gt;Right Ctrl&lt;/STRONG&gt; key on your keyboard while opening the table settings.&lt;/P&gt;
&lt;P data-start="582" data-end="622"&gt;For example, enter the following filter:&lt;/P&gt;
&lt;TABLE style="border-style: none; width: 100%; background-color: lightgrey;" border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="100%"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;1=1 ) FOR READ ONLY &lt;STRONG&gt;WITH UR&lt;/STRONG&gt; USE CURRENTLY COMMITTED --&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":warning:"&gt;⚠️&lt;/span&gt; &lt;STRONG data-start="693" data-end="707"&gt;Important:&lt;/STRONG&gt; Don’t forget to include the trailing -- (double dash comment).&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="john_wang_0-1748058754198.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/180762i1E039AD412C831A8/image-size/large?v=v2&amp;amp;px=999" role="button" title="john_wang_0-1748058754198.png" alt="john_wang_0-1748058754198.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Qlik Replicate will then generate a SQL query like this:&lt;/P&gt;
&lt;TABLE style="border-style: none; width: 100%; background-color: lightgrey;" border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="100%"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;SELECT "ID","NAME" FROM "JOHNWKIT"."KIT" WHERE (1=1 ) FOR READ ONLY &lt;STRONG&gt;WITH UR&lt;/STRONG&gt; USE CURRENTLY COMMITTED --) FOR READ ONLY USE CURRENTLY COMMITTED&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note: The portion &lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;--) FOR READ ONLY USE CURRENTLY COMMITTED&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;is ignored by the DB2 query engine because it is commented out using --.&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 24 May 2025 03:56:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-DB2-iseries-full-load-select-statement/m-p/2518924#M14415</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2025-05-24T03:56:59Z</dc:date>
    </item>
  </channel>
</rss>

