<?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: How do you replicate an Oracle table to MySQL using filter on a date dataype column? in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/How-do-you-replicate-an-Oracle-table-to-MySQL-using-filter-on-a/m-p/1846964#M1180</link>
    <description>&lt;P&gt;Thanks for the tip on fulload passthru filter. I do the exact way however it still doesn't allow me to get through. Looks strange.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[TRANSFORMATION ]T: Transformation on table CHEWCH.T1 exists (manipulation_manager.c:630)&lt;BR /&gt;00011800: 2021-10-14T10:48:46 [TRANSFORMATION ]T: Transformation on table CHEWCH.T1 exists (manipulation_manager.c:630)&lt;BR /&gt;00011800: 2021-10-14T10:48:46 [TRANSFORMATION ]T: Set transformation for table 'CHEWCH.T1' (manipulator.c:1113)&lt;BR /&gt;00011800: 2021-10-14T10:48:46 [TRANSFORMATION ]T: Table fullload passthru filter 'to_char(aud_ld_dt,'YYYY') &amp;gt;= '2021';' (manipulator.c:1629)&lt;BR /&gt;00011800: 2021-10-14T10:48:46 [SOURCE_UNLOAD ]I: Table 'CHEWCH.T1' is unloaded using the passthrough filter expression 'to_char(aud_ld_dt,'YYYY') &amp;gt;= '2021';' (endpointshell.c:3616)&lt;BR /&gt;00004144: 2021-10-14T10:48:46 [TASK_MANAGER ]I: Task error notification received from subtask 1, thread 0, status 1020414 (replicationtask.c:3430)&lt;BR /&gt;00011800: 2021-10-14T10:48:46 [SOURCE_UNLOAD ]E: ORA-00911: invalid character [1022307] (oracle_endpoint_unload.c:171)&lt;BR /&gt;00011800: 2021-10-14T10:48:46 [SOURCE_UNLOAD ]E: Failed to init unloading table 'CHEWCH'.'T1' [1022307] (oracle_endpoint_unload.c:381)&lt;BR /&gt;00011800: 2021-10-14T10:48:46 [SOURCE_UNLOAD ]E: Endpoint is disconnected [1020414] (endpointshell.c:3799)&lt;BR /&gt;00011800: 2021-10-14T10:48:46 [SOURCE_UNLOAD ]E: Error executing source loop [1020414] (streamcomponent.c:1914)&lt;BR /&gt;00011800: 2021-10-14T10:48:46 [TASK_MANAGER ]E: Stream component failed at subtask 1, component st_1_odstest [1020414] (subtask.c:1396)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;Desmond&lt;/P&gt;</description>
    <pubDate>Thu, 14 Oct 2021 14:53:16 GMT</pubDate>
    <dc:creator>desmondchew</dc:creator>
    <dc:date>2021-10-14T14:53:16Z</dc:date>
    <item>
      <title>How do you replicate an Oracle table to MySQL using filter on a date dataype column?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-do-you-replicate-an-Oracle-table-to-MySQL-using-filter-on-a/m-p/1846882#M1177</link>
      <description>&lt;P&gt;I have setup a couple of Oracle tables replicating into MySQL.&lt;/P&gt;&lt;P&gt;There's some huge tables where I'd like to take just three years of data.&lt;/P&gt;&lt;P&gt;How can I do like&lt;/P&gt;&lt;P&gt;select * from tableA where to_char(aud_date,'YYYY') &amp;gt; 2018; ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to put them into expression builder but failed. I could however filter column data by values. I did so under table Settings --&amp;gt; Filter --&amp;gt; Filter Conditions --&amp;gt; Equal to ranges = xyz value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let as the table is huge to transfer the data across.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 13:08:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-do-you-replicate-an-Oracle-table-to-MySQL-using-filter-on-a/m-p/1846882#M1177</guid>
      <dc:creator>desmondchew</dc:creator>
      <dc:date>2021-10-14T13:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: How do you replicate an Oracle table to MySQL using filter on a date dataype column?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-do-you-replicate-an-Oracle-table-to-MySQL-using-filter-on-a/m-p/1846920#M1178</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/2924"&gt;@desmondchew&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Well, you are almost there.&lt;/P&gt;
&lt;P&gt;Let's say the query running fine in SQL Developer for example:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;select * from emp where to_char(hiredate,'YYYY') &amp;gt; '2019';&lt;/LI-CODE&gt;
&lt;P&gt;Now you want to pass the where condition to Oracle source to filer some rows, you can press &amp;lt;Ctrl&amp;gt; key and at the same time double click the table to open the table setting window, paste the expression to the area of "Fullload Passthrough Filter" like:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="john_wang_0-1634219723794.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/64312iF40D3B607193C510/image-size/medium?v=v2&amp;amp;px=400" role="button" title="john_wang_0-1634219723794.png" alt="john_wang_0-1634219723794.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;you can compose any expression to filter the rows.&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 13:57:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-do-you-replicate-an-Oracle-table-to-MySQL-using-filter-on-a/m-p/1846920#M1178</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2021-10-14T13:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: How do you replicate an Oracle table to MySQL using filter on a date dataype column?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-do-you-replicate-an-Oracle-table-to-MySQL-using-filter-on-a/m-p/1846964#M1180</link>
      <description>&lt;P&gt;Thanks for the tip on fulload passthru filter. I do the exact way however it still doesn't allow me to get through. Looks strange.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[TRANSFORMATION ]T: Transformation on table CHEWCH.T1 exists (manipulation_manager.c:630)&lt;BR /&gt;00011800: 2021-10-14T10:48:46 [TRANSFORMATION ]T: Transformation on table CHEWCH.T1 exists (manipulation_manager.c:630)&lt;BR /&gt;00011800: 2021-10-14T10:48:46 [TRANSFORMATION ]T: Set transformation for table 'CHEWCH.T1' (manipulator.c:1113)&lt;BR /&gt;00011800: 2021-10-14T10:48:46 [TRANSFORMATION ]T: Table fullload passthru filter 'to_char(aud_ld_dt,'YYYY') &amp;gt;= '2021';' (manipulator.c:1629)&lt;BR /&gt;00011800: 2021-10-14T10:48:46 [SOURCE_UNLOAD ]I: Table 'CHEWCH.T1' is unloaded using the passthrough filter expression 'to_char(aud_ld_dt,'YYYY') &amp;gt;= '2021';' (endpointshell.c:3616)&lt;BR /&gt;00004144: 2021-10-14T10:48:46 [TASK_MANAGER ]I: Task error notification received from subtask 1, thread 0, status 1020414 (replicationtask.c:3430)&lt;BR /&gt;00011800: 2021-10-14T10:48:46 [SOURCE_UNLOAD ]E: ORA-00911: invalid character [1022307] (oracle_endpoint_unload.c:171)&lt;BR /&gt;00011800: 2021-10-14T10:48:46 [SOURCE_UNLOAD ]E: Failed to init unloading table 'CHEWCH'.'T1' [1022307] (oracle_endpoint_unload.c:381)&lt;BR /&gt;00011800: 2021-10-14T10:48:46 [SOURCE_UNLOAD ]E: Endpoint is disconnected [1020414] (endpointshell.c:3799)&lt;BR /&gt;00011800: 2021-10-14T10:48:46 [SOURCE_UNLOAD ]E: Error executing source loop [1020414] (streamcomponent.c:1914)&lt;BR /&gt;00011800: 2021-10-14T10:48:46 [TASK_MANAGER ]E: Stream component failed at subtask 1, component st_1_odstest [1020414] (subtask.c:1396)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;Desmond&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 14:53:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-do-you-replicate-an-Oracle-table-to-MySQL-using-filter-on-a/m-p/1846964#M1180</guid>
      <dc:creator>desmondchew</dc:creator>
      <dc:date>2021-10-14T14:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: How do you replicate an Oracle table to MySQL using filter on a date dataype column?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-do-you-replicate-an-Oracle-table-to-MySQL-using-filter-on-a/m-p/1846980#M1181</link>
      <description>&lt;P&gt;Hi Desmond,&lt;/P&gt;
&lt;P&gt;Sounds like you added an additional ";" (semi-colon) at the end of your expression. please delete it.&lt;/P&gt;
&lt;P&gt;And please clean the area (to remove all unnecessary spaces and other chars etc) and then input the expression again. Or send us the task exported JSON file we'd like to check it for you.&lt;/P&gt;
&lt;P&gt;Good luck,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 15:10:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-do-you-replicate-an-Oracle-table-to-MySQL-using-filter-on-a/m-p/1846980#M1181</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2021-10-14T15:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: How do you replicate an Oracle table to MySQL using filter on a date dataype column?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-do-you-replicate-an-Oracle-table-to-MySQL-using-filter-on-a/m-p/1846992#M1182</link>
      <description>&lt;P&gt;It worked like a charm. You made my day! Thank you so much John.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Desmond&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 15:26:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-do-you-replicate-an-Oracle-table-to-MySQL-using-filter-on-a/m-p/1846992#M1182</guid>
      <dc:creator>desmondchew</dc:creator>
      <dc:date>2021-10-14T15:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: How do you replicate an Oracle table to MySQL using filter on a date dataype column?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-do-you-replicate-an-Oracle-table-to-MySQL-using-filter-on-a/m-p/1846996#M1183</link>
      <description>&lt;P&gt;Glad to hear that, Desmond &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 15:29:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-do-you-replicate-an-Oracle-table-to-MySQL-using-filter-on-a/m-p/1846996#M1183</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2021-10-14T15:29:16Z</dc:date>
    </item>
  </channel>
</rss>

