<?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 Incremental Loading using Oracle DB as Source and SQL server as Target in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Incremental-Loading-using-Oracle-DB-as-Source-and-SQL-server-as/m-p/2277914#M53538</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt; 
&lt;P&gt;I wanted to perform an incremental load having Oracle DB as source and SQL server as Target DB.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Have Attached the screenshot regarding the job designing Phase. Initially, I created a table in Oracle as Incrementalload&amp;nbsp;having columns TableName, IncrementDate1 where the tables names and the date is inserted. In the first Input component, I have written the query as&amp;nbsp;"select Incrementaldate1 from Incrementalload where TableName like 'po_vendors'" and in the Tjavarow component I have the code&amp;nbsp;context.Incrementaldate1 = input_row.INCREMENTALDATE1; .&amp;nbsp;In the next input component,&amp;nbsp;I have "select * from po_vendors where last_update_date&amp;gt;'" + TalendDate.formatDate("dd-MM-yyyy", context.Incrementaldate1) + "'"&lt;/P&gt; 
&lt;P&gt;This is the brief of the job designed phase. When I run the job I get the following error,&lt;/P&gt; 
&lt;P&gt;Exception in component tDBInput_5 (Incremental_Load_ACC_MAP)&lt;BR /&gt;java.lang.NullPointerException&lt;BR /&gt;at java.util.Calendar.setTime(Unknown Source)&lt;BR /&gt;at java.text.SimpleDateFormat.format(Unknown Source)&lt;BR /&gt;at java.text.SimpleDateFormat.format(Unknown Source)&lt;BR /&gt;at java.text.DateFormat.format(Unknown Source)&lt;BR /&gt;at routines.TalendDate.formatDate(TalendDate.java:135)&lt;BR /&gt;at craftsman_test.incremental_load_acc_map_0_1.Incremental_Load_ACC_MAP.tDBInput_5Process(Incremental_Load_ACC_MAP.java:3452)&lt;BR /&gt;at craftsman_test.incremental_load_acc_map_0_1.Incremental_Load_ACC_MAP.tDBInput_1Process(Incremental_Load_ACC_MAP.java:1201)&lt;BR /&gt;at craftsman_test.incremental_load_acc_map_0_1.Incremental_Load_ACC_MAP.runJobInTOS(Incremental_Load_ACC_MAP.java:6373)&lt;BR /&gt;at craftsman_test.incremental_load_acc_map_0_1.Incremental_Load_ACC_MAP.main(Incremental_Load_ACC_MAP.java:6169)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Kindly help to proceed further. This one is an urgent requirement.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks,&lt;/P&gt; 
&lt;P&gt;Sowmiya Ranganathan&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Jan 2019 05:07:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-01-09T05:07:26Z</dc:date>
    <item>
      <title>Incremental Loading using Oracle DB as Source and SQL server as Target</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Incremental-Loading-using-Oracle-DB-as-Source-and-SQL-server-as/m-p/2277914#M53538</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt; 
&lt;P&gt;I wanted to perform an incremental load having Oracle DB as source and SQL server as Target DB.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Have Attached the screenshot regarding the job designing Phase. Initially, I created a table in Oracle as Incrementalload&amp;nbsp;having columns TableName, IncrementDate1 where the tables names and the date is inserted. In the first Input component, I have written the query as&amp;nbsp;"select Incrementaldate1 from Incrementalload where TableName like 'po_vendors'" and in the Tjavarow component I have the code&amp;nbsp;context.Incrementaldate1 = input_row.INCREMENTALDATE1; .&amp;nbsp;In the next input component,&amp;nbsp;I have "select * from po_vendors where last_update_date&amp;gt;'" + TalendDate.formatDate("dd-MM-yyyy", context.Incrementaldate1) + "'"&lt;/P&gt; 
&lt;P&gt;This is the brief of the job designed phase. When I run the job I get the following error,&lt;/P&gt; 
&lt;P&gt;Exception in component tDBInput_5 (Incremental_Load_ACC_MAP)&lt;BR /&gt;java.lang.NullPointerException&lt;BR /&gt;at java.util.Calendar.setTime(Unknown Source)&lt;BR /&gt;at java.text.SimpleDateFormat.format(Unknown Source)&lt;BR /&gt;at java.text.SimpleDateFormat.format(Unknown Source)&lt;BR /&gt;at java.text.DateFormat.format(Unknown Source)&lt;BR /&gt;at routines.TalendDate.formatDate(TalendDate.java:135)&lt;BR /&gt;at craftsman_test.incremental_load_acc_map_0_1.Incremental_Load_ACC_MAP.tDBInput_5Process(Incremental_Load_ACC_MAP.java:3452)&lt;BR /&gt;at craftsman_test.incremental_load_acc_map_0_1.Incremental_Load_ACC_MAP.tDBInput_1Process(Incremental_Load_ACC_MAP.java:1201)&lt;BR /&gt;at craftsman_test.incremental_load_acc_map_0_1.Incremental_Load_ACC_MAP.runJobInTOS(Incremental_Load_ACC_MAP.java:6373)&lt;BR /&gt;at craftsman_test.incremental_load_acc_map_0_1.Incremental_Load_ACC_MAP.main(Incremental_Load_ACC_MAP.java:6169)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Kindly help to proceed further. This one is an urgent requirement.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks,&lt;/P&gt; 
&lt;P&gt;Sowmiya Ranganathan&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 05:07:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Incremental-Loading-using-Oracle-DB-as-Source-and-SQL-server-as/m-p/2277914#M53538</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-09T05:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Loading using Oracle DB as Source and SQL server as Target</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Incremental-Loading-using-Oracle-DB-as-Source-and-SQL-server-as/m-p/2277915#M53539</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;From your screenshot, we see that you are using tMSSQLConnection component without any trigger(OnSubjobOK or OnComponentOK). The&amp;nbsp;sqlserver data will be not transferred into the next component.&lt;/P&gt;
&lt;P&gt;In addition to that, h&lt;SPAN&gt;ere is Change Data Capture feature in talend subscription solution which simplifies the process of identifying the change data since the last extraction.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sabrina&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 09:24:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Incremental-Loading-using-Oracle-DB-as-Source-and-SQL-server-as/m-p/2277915#M53539</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-09T09:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Loading using Oracle DB as Source and SQL server as Target</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Incremental-Loading-using-Oracle-DB-as-Source-and-SQL-server-as/m-p/2277916#M53540</link>
      <description>&lt;P&gt;Hi&amp;nbsp;xdhsi&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Kindly can you help me out with the CDC feature of Talend with the steps to implement it having Oracle as source and SQL server as Target.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Sowmiya&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 13:24:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Incremental-Loading-using-Oracle-DB-as-Source-and-SQL-server-as/m-p/2277916#M53540</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-09T13:24:45Z</dc:date>
    </item>
  </channel>
</rss>

