<?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: tOracleRow_1_NB_LINE_DELETED does not yield correct results in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tOracleRow-1-NB-LINE-DELETED-does-not-yield-correct-results/m-p/2360638#M125185</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Please have a look at this article about:&lt;A title="What-is-the-difference-between-tJava-tJavaRow-and-tJavaFlex" href="https://community.qlik.com/s/article/ka03p0000006EXqAAM" target="_self"&gt;What-is-the-difference-between-tJava-tJavaRow-and-tJavaFlex&lt;/A&gt;.&lt;/P&gt; 
&lt;P&gt;Hope it will help.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Mon, 11 Dec 2017 03:24:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-12-11T03:24:47Z</dc:date>
    <item>
      <title>tOracleRow_1_NB_LINE_DELETED does not yield correct results</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleRow-1-NB-LINE-DELETED-does-not-yield-correct-results/m-p/2360636#M125183</link>
      <description>&lt;P&gt;Hello / Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I had a requirement to get the number of rows deleted from a table after i execute the query using toraclerow. I used the option NB_LINE to get the value of number of lines deleted during the operation .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I used a tjava with System.out.println(((Integer)globalMap.get("tOracleRow_1_NB_LINE_DELETED"))); to get the info, but this always returns null. Not sure if i am going wrong somewhere. I am planning to go for a workaround with toracleinput and toracleoutput.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;could anyone advice if its really the solution to go with the workaround or am i making some mistake with the toraclerow..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2017 14:30:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleRow-1-NB-LINE-DELETED-does-not-yield-correct-results/m-p/2360636#M125183</guid>
      <dc:creator>sensiva</dc:creator>
      <dc:date>2017-12-08T14:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleRow_1_NB_LINE_DELETED does not yield correct results</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleRow-1-NB-LINE-DELETED-does-not-yield-correct-results/m-p/2360637#M125184</link>
      <description>Hi,&lt;BR /&gt;Based on the documentation, tJava is executed first, but only once in the subjob. Normally, tJava has no input or output data flow and is used as a separate subjob.&lt;BR /&gt;So, depending on where is placed the component it may be normal to get null value.&lt;BR /&gt;Share your job design if necessary.</description>
      <pubDate>Fri, 08 Dec 2017 18:51:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleRow-1-NB-LINE-DELETED-does-not-yield-correct-results/m-p/2360637#M125184</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-12-08T18:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleRow_1_NB_LINE_DELETED does not yield correct results</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleRow-1-NB-LINE-DELETED-does-not-yield-correct-results/m-p/2360638#M125185</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Please have a look at this article about:&lt;A title="What-is-the-difference-between-tJava-tJavaRow-and-tJavaFlex" href="https://community.qlik.com/s/article/ka03p0000006EXqAAM" target="_self"&gt;What-is-the-difference-between-tJava-tJavaRow-and-tJavaFlex&lt;/A&gt;.&lt;/P&gt; 
&lt;P&gt;Hope it will help.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2017 03:24:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleRow-1-NB-LINE-DELETED-does-not-yield-correct-results/m-p/2360638#M125185</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-11T03:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleRow_1_NB_LINE_DELETED does not yield correct results</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleRow-1-NB-LINE-DELETED-does-not-yield-correct-results/m-p/2360639#M125186</link>
      <description>&lt;P&gt;On executing the tjava as "when subjob ok", it works fine. Thanks..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One another question "Can we access these globalmap variables from tmap component ? "&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2017 15:13:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleRow-1-NB-LINE-DELETED-does-not-yield-correct-results/m-p/2360639#M125186</guid>
      <dc:creator>sensiva</dc:creator>
      <dc:date>2017-12-11T15:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleRow_1_NB_LINE_DELETED does not yield correct results</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleRow-1-NB-LINE-DELETED-does-not-yield-correct-results/m-p/2360640#M125187</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;HR /&gt; 
 &lt;A href="https://community.qlik.com/s/profile/0053p000007LMMbAAO"&gt;@sensiva&lt;/A&gt; wrote: 
 &lt;BR /&gt; 
 &lt;P&gt;On executing the tjava as "when subjob ok", it works fine. Thanks..&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;P&gt;One another question "Can we access these globalmap variables from tmap component ? "&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;P&gt;Regards&lt;/P&gt; 
 &lt;HR /&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;What's your further processing? Could you please give us more information about your requirement?&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2017 06:47:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleRow-1-NB-LINE-DELETED-does-not-yield-correct-results/m-p/2360640#M125187</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-12T06:47:23Z</dc:date>
    </item>
  </channel>
</rss>

