<?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: Simple update through talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Simple-update-through-talend/m-p/2275540#M51881</link>
    <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LObaAAG"&gt;@senthilswing&lt;/A&gt;&amp;nbsp;,since voulme is huge, that to this is simple update,i will suggest you to create a stored procedure and call that in Talend using tOracleSP component .&lt;/P&gt;</description>
    <pubDate>Wed, 24 Apr 2019 05:29:26 GMT</pubDate>
    <dc:creator>manodwhb</dc:creator>
    <dc:date>2019-04-24T05:29:26Z</dc:date>
    <item>
      <title>Simple update through talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Simple-update-through-talend/m-p/2275537#M51878</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I just wanted to copy column operation using simple update.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;e.g UPDATE TAB SET C1= C2&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Wanted achieve this through talend component. Table has huge volume of data. So will not update through tOracleRow (wanted to update row by row with commit size).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible to update through tOracleOutput without where clause?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2019 20:26:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Simple-update-through-talend/m-p/2275537#M51878</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-23T20:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Simple update through talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Simple-update-through-talend/m-p/2275538#M51879</link>
      <description>To use toracleoutput , you have to use toracleinput with
&lt;BR /&gt;
&lt;BR /&gt;“Select c2,keycol1,keycol2.. from TAB”
&lt;BR /&gt;
&lt;BR /&gt;And then update.
&lt;BR /&gt;
&lt;BR /&gt;If you donot want to read and write ,
&lt;BR /&gt;
&lt;BR /&gt;In toraclerow , try
&lt;BR /&gt;
&lt;BR /&gt;Update TAB SET C1=c2 where C1!=C2
&lt;BR /&gt;
&lt;BR /&gt;Or you can write simple bulk update procedure in oracle</description>
      <pubDate>Tue, 23 Apr 2019 20:51:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Simple-update-through-talend/m-p/2275538#M51879</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-04-23T20:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Simple update through talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Simple-update-through-talend/m-p/2275539#M51880</link>
      <description>&lt;P&gt;How will i update through&amp;nbsp;&lt;SPAN&gt;tOracleoutput&amp;nbsp; as table doesn't have key column.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2019 20:56:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Simple-update-through-talend/m-p/2275539#M51880</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-23T20:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Simple update through talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Simple-update-through-talend/m-p/2275540#M51881</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LObaAAG"&gt;@senthilswing&lt;/A&gt;&amp;nbsp;,since voulme is huge, that to this is simple update,i will suggest you to create a stored procedure and call that in Talend using tOracleSP component .&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2019 05:29:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Simple-update-through-talend/m-p/2275540#M51881</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-04-24T05:29:26Z</dc:date>
    </item>
  </channel>
</rss>

