<?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: [resolved] Delta load / Oracle in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Delta-load-Oracle/m-p/2266066#M45404</link>
    <description>Any ideas?</description>
    <pubDate>Tue, 03 May 2011 12:19:44 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-05-03T12:19:44Z</dc:date>
    <item>
      <title>[resolved] Delta load / Oracle</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Delta-load-Oracle/m-p/2266065#M45403</link>
      <description>Hi all,
&lt;BR /&gt;hopefully to get an answer to my question, I'll try to describe my problem below:
&lt;BR /&gt;I need to load the delta from a table to another table, quit simple... I thought...
&lt;BR /&gt;All components, source and target, are tOracleInput and tOracleOutput. The source and target sample-data looks like this:
&lt;BR /&gt;Source 
&lt;BR /&gt;--------
&lt;BR /&gt;ID(sequence) somedata 
&lt;BR /&gt;1 data1 
&lt;BR /&gt;2 data2 
&lt;BR /&gt;3 data3 
&lt;BR /&gt;4 data4
&lt;BR /&gt;
&lt;B&gt; 5 data5&lt;/B&gt;
&lt;BR /&gt;
&lt;BR /&gt;Target
&lt;BR /&gt;--------
&lt;BR /&gt;ID somedata talendPID
&lt;BR /&gt;1 data1 asdf
&lt;BR /&gt;2 data2 asdf
&lt;BR /&gt;3 data3 qwer
&lt;BR /&gt;4 data4 qwer
&lt;BR /&gt;
&lt;BR /&gt;As you maybe assume, I need to load the source data entry 5 without overwriting the other lines in the target table. Using the standard component-options like 'action on data' (update) didn't work for me using a flow like this:
&lt;BR /&gt;Source main......
&lt;BR /&gt; \
&lt;BR /&gt; tMap (left join) ---&amp;gt; tOracleOutput Target
&lt;BR /&gt;Target lookup..../
&lt;BR /&gt;A second problem could be the sequence in tMap, where I create the ID... just because I wasn't able to find a function for incrementing an ID for a table.
&lt;BR /&gt;
&lt;BR /&gt;Version:
&lt;BR /&gt;Talend Integration Suite - PE 4.1.2
&lt;BR /&gt;
&lt;BR /&gt;Thank you for your posts!
&lt;BR /&gt;Best regards</description>
      <pubDate>Sat, 16 Nov 2024 12:56:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Delta-load-Oracle/m-p/2266065#M45403</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Delta load / Oracle</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Delta-load-Oracle/m-p/2266066#M45404</link>
      <description>Any ideas?</description>
      <pubDate>Tue, 03 May 2011 12:19:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Delta-load-Oracle/m-p/2266066#M45404</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-03T12:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Delta load / Oracle</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Delta-load-Oracle/m-p/2266067#M45405</link>
      <description>Issue resolved! &lt;BR /&gt;Just in case you got the same issue, contact me via mail.</description>
      <pubDate>Tue, 03 May 2011 15:32:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Delta-load-Oracle/m-p/2266067#M45405</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-03T15:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Delta load / Oracle</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Delta-load-Oracle/m-p/2266068#M45406</link>
      <description>Thanks for the feedback tos_user.
&lt;BR /&gt;Best,
&lt;BR /&gt;Pcoffre.</description>
      <pubDate>Wed, 04 May 2011 16:55:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Delta-load-Oracle/m-p/2266068#M45406</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-04T16:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Delta load / Oracle</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Delta-load-Oracle/m-p/2266069#M45407</link>
      <description>This forum is for sharing. please put the brief about the solution that you have. thanks in advance.</description>
      <pubDate>Fri, 13 May 2011 22:43:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Delta-load-Oracle/m-p/2266069#M45407</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-05-13T22:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Delta load / Oracle</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Delta-load-Oracle/m-p/2266070#M45408</link>
      <description>Hi again,
&lt;BR /&gt;just to complete this topic, attached you'll find a screenshot using a simple way of loading delta records in case you don't have any timestamps in your source.
&lt;BR /&gt;Using tMap, create a left outer join to lookup your 
&lt;B&gt;target&lt;/B&gt;, then just check if the target field is empty (null). And there you go!
&lt;BR /&gt;Rgds
&lt;BR /&gt;Ben</description>
      <pubDate>Mon, 16 May 2011 08:27:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Delta-load-Oracle/m-p/2266070#M45408</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-16T08:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Delta load / Oracle</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Delta-load-Oracle/m-p/2266071#M45409</link>
      <description>sorry&lt;BR /&gt;but if your target has CUST_ID as an *incremental* integer - could you not find the max() and then filter your source using that?</description>
      <pubDate>Thu, 19 May 2011 10:07:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Delta-load-Oracle/m-p/2266071#M45409</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-19T10:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Delta load / Oracle</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Delta-load-Oracle/m-p/2266072#M45410</link>
      <description>Hi&amp;nbsp;tis_user,&lt;BR /&gt;I have the same problem like you mentioned. But I can't see the attachment picture.&lt;BR /&gt;Can you give me some clue??</description>
      <pubDate>Tue, 29 Sep 2015 11:13:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Delta-load-Oracle/m-p/2266072#M45410</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-29T11:13:57Z</dc:date>
    </item>
  </channel>
</rss>

