<?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: Empty result with tELTOracleInput-&amp;gt;tELTOracleMap-&amp;gt;tELTOracleOutput in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Empty-result-with-tELTOracleInput-gt-tELTOracleMap-gt/m-p/2315874#M86480</link>
    <description>I copied a block of code generated for tELTOracleMap_1Process() here:
&lt;BR /&gt; -&amp;gt; System.out.println("Inserting with : \n" + insertQuery + "\n");
&lt;BR /&gt; -&amp;gt; nb_line_inserted_tELTOracleOutput_3 = pstmt_tELTOracleOutput_3.executeUpdate();
&lt;BR /&gt; -&amp;gt; System.out.println("--&amp;gt; "+ nb_line_inserted_tELTOracleOutput_3+ " rows inserted. \n");
&lt;BR /&gt; -&amp;gt; pstmt_tELTOracleOutput_3.close();
&lt;BR /&gt; ---- many lines of code here -----
&lt;BR /&gt; -&amp;gt; tOracleCommit_1Process(globalMap);
&lt;BR /&gt;I wondered what does pstmt_tELTOracleOutput_3.close() do? Will it close the db connection? The commit happened afterwards.</description>
    <pubDate>Thu, 10 Nov 2011 19:27:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-11-10T19:27:55Z</dc:date>
    <item>
      <title>Empty result with tELTOracleInput-&gt;tELTOracleMap-&gt;tELTOracleOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Empty-result-with-tELTOracleInput-gt-tELTOracleMap-gt/m-p/2315871#M86477</link>
      <description>I design a very simple test job which basically filter out some columns from source table and then insert into a target table. Both source and target table are in the same database. After run job, it appears as completed successfully. However, the target table is empty. I also tried to link tOracleCommit after tELTOracleOutput, but result is still empty. Any idea what went wrong?&lt;BR /&gt;The message from Run Job shows:&lt;BR /&gt;----------------------------------------------------------------------------&lt;BR /&gt;Starting job CreateEventTemp at 21:23 09/11/2011.&lt;BR /&gt; connecting to socket on port 3987&lt;BR /&gt; connected&lt;BR /&gt;Inserting with : &lt;BR /&gt;INSERT INTO DBI.FP_TEMP_EVENT(EVENT_ID,EVENT_STATUS_TYPE_ID,CREATED) (SELECT DBI.EVENT_STATUS.EVENT_ID, DBI.EVENT_STATUS.EVENT_STATUS_TYPE_ID, DBI.EVENT_STATUS.CREATED FROM  DBI.EVENT_STATUS)&lt;BR /&gt;--&amp;gt; 17730 rows inserted. &lt;BR /&gt; disconnected&lt;BR /&gt;Job CreateEventTemp ended at 21:23 09/11/2011. &lt;BR /&gt;----------------------------------------------------------------------------</description>
      <pubDate>Sat, 16 Nov 2024 12:34:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Empty-result-with-tELTOracleInput-gt-tELTOracleMap-gt/m-p/2315871#M86477</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Empty result with tELTOracleInput-&gt;tELTOracleMap-&gt;tELTOracleOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Empty-result-with-tELTOracleInput-gt-tELTOracleMap-gt/m-p/2315872#M86478</link>
      <description>Hi 
&lt;BR /&gt;Can you upload a screenshot of job?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 10 Nov 2011 07:41:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Empty-result-with-tELTOracleInput-gt-tELTOracleMap-gt/m-p/2315872#M86478</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-10T07:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Empty result with tELTOracleInput-&gt;tELTOracleMap-&gt;tELTOracleOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Empty-result-with-tELTOracleInput-gt-tELTOracleMap-gt/m-p/2315873#M86479</link>
      <description>Never tried upload img. Hope this works. Thanks!</description>
      <pubDate>Thu, 10 Nov 2011 19:17:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Empty-result-with-tELTOracleInput-gt-tELTOracleMap-gt/m-p/2315873#M86479</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-10T19:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: Empty result with tELTOracleInput-&gt;tELTOracleMap-&gt;tELTOracleOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Empty-result-with-tELTOracleInput-gt-tELTOracleMap-gt/m-p/2315874#M86480</link>
      <description>I copied a block of code generated for tELTOracleMap_1Process() here:
&lt;BR /&gt; -&amp;gt; System.out.println("Inserting with : \n" + insertQuery + "\n");
&lt;BR /&gt; -&amp;gt; nb_line_inserted_tELTOracleOutput_3 = pstmt_tELTOracleOutput_3.executeUpdate();
&lt;BR /&gt; -&amp;gt; System.out.println("--&amp;gt; "+ nb_line_inserted_tELTOracleOutput_3+ " rows inserted. \n");
&lt;BR /&gt; -&amp;gt; pstmt_tELTOracleOutput_3.close();
&lt;BR /&gt; ---- many lines of code here -----
&lt;BR /&gt; -&amp;gt; tOracleCommit_1Process(globalMap);
&lt;BR /&gt;I wondered what does pstmt_tELTOracleOutput_3.close() do? Will it close the db connection? The commit happened afterwards.</description>
      <pubDate>Thu, 10 Nov 2011 19:27:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Empty-result-with-tELTOracleInput-gt-tELTOracleMap-gt/m-p/2315874#M86480</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-10T19:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Empty result with tELTOracleInput-&gt;tELTOracleMap-&gt;tELTOracleOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Empty-result-with-tELTOracleInput-gt-tELTOracleMap-gt/m-p/2315875#M86481</link>
      <description>Hi 
&lt;BR /&gt;There is no a tOracleConnection to create a db connection in the job, so the tOracleCommit will not commit the changes and close the connection. The job design looks like:
&lt;BR /&gt;tOracleConnection
&lt;BR /&gt; |
&lt;BR /&gt;onsubjobok
&lt;BR /&gt; |
&lt;BR /&gt;tELTOracleInput-&amp;gt;tELTOracleMap-&amp;gt;tELTOracleOutput
&lt;BR /&gt; |
&lt;BR /&gt;onsubjobok 
&lt;BR /&gt; |
&lt;BR /&gt;tOracleCommit
&lt;BR /&gt;on tELTOracleMap, check the option 'using existing connection'.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 11 Nov 2011 00:42:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Empty-result-with-tELTOracleInput-gt-tELTOracleMap-gt/m-p/2315875#M86481</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-11T00:42:57Z</dc:date>
    </item>
  </channel>
</rss>

