<?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] tOracleInput subquery in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-tOracleInput-subquery/m-p/2339435#M107577</link>
    <description>Yes I was referring to the sql statement against the database using Oracle toad and the sql statement within the tOracleInput component. &amp;nbsp;In using the same sql statment after having the application closed, the issue no longer exists and is returning what I expected.
&lt;BR /&gt;Not sure if it needed to be cached but no longer having an issue.
&lt;BR /&gt;Thanks for your assistance! &amp;nbsp;</description>
    <pubDate>Tue, 13 Sep 2016 22:59:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-09-13T22:59:34Z</dc:date>
    <item>
      <title>[resolved] tOracleInput subquery</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tOracleInput-subquery/m-p/2339433#M107575</link>
      <description>&lt;P&gt;Hi there,&lt;BR /&gt;I am using a tOracleInput component with a query to compare file names in two tables to determine which files have not been loaded yet. &amp;nbsp;However my query is not returning the expected results. &amp;nbsp;It works fine when i use the query in the database but when I use the query in Talend it only returns all records in the first table(DISTR_SALES_FILE_TMP). &amp;nbsp;My query has a not exists subquery in it. &amp;nbsp;Is there a limitation with subqueries in Talend 6.0 or thoughts on what else it might be?&lt;BR /&gt;Any assistance would be much appreciated&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Here is query i am using in the tOracleInput component&lt;BR /&gt;select FILE_NAME from DISTR_SALES_FILE_TMP&lt;BR /&gt;where not exists (select file_name from DISTR_SALES_TRACE_STG_HIST&lt;BR /&gt;where upper(DISTR_SALES_FILE_TMP.FILE_NAME)= upper(DISTR_SALES_TRACE_STG_HIST.FILE_NAME))&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2016 22:42:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tOracleInput-subquery/m-p/2339433#M107575</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-09T22:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tOracleInput subquery</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tOracleInput-subquery/m-p/2339434#M107576</link>
      <description>No, there is no limitation with subqueries. In fact I have used subqueries numerous times and they work as expected (using Talend 5.6.1 and 6.1.1 - not 6.0.X I have to point out). What do you mean exactly when you say "It works fine when i use the query in the database"? Do you run the statement in SQL*Developer or SQL*Plus? Are you using the same connection and exactly the same query in Talend and your SQL tool? A screenshot of the statement you send "to the database" and one of the configured tOracleInput component may be useful.</description>
      <pubDate>Mon, 12 Sep 2016 12:09:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tOracleInput-subquery/m-p/2339434#M107576</guid>
      <dc:creator>JR1</dc:creator>
      <dc:date>2016-09-12T12:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tOracleInput subquery</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tOracleInput-subquery/m-p/2339435#M107577</link>
      <description>Yes I was referring to the sql statement against the database using Oracle toad and the sql statement within the tOracleInput component. &amp;nbsp;In using the same sql statment after having the application closed, the issue no longer exists and is returning what I expected.
&lt;BR /&gt;Not sure if it needed to be cached but no longer having an issue.
&lt;BR /&gt;Thanks for your assistance! &amp;nbsp;</description>
      <pubDate>Tue, 13 Sep 2016 22:59:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tOracleInput-subquery/m-p/2339435#M107577</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-13T22:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tOracleInput subquery</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tOracleInput-subquery/m-p/2339436#M107578</link>
      <description>I too tried to use a where condition in the tOracleInput and the query was not working.</description>
      <pubDate>Thu, 15 Sep 2016 12:42:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tOracleInput-subquery/m-p/2339436#M107578</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-15T12:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tOracleInput subquery</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tOracleInput-subquery/m-p/2339437#M107579</link>
      <description>Hi there.... I have the same problem.&amp;nbsp;&amp;nbsp; I cannot run a subquery with two tables in talend.&amp;nbsp; Did anyone find a way to do a 'not exists' subquery in talend?&lt;BR /&gt;Please help.&lt;BR /&gt;Thank you!&amp;nbsp; Jean</description>
      <pubDate>Tue, 22 Nov 2016 21:25:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tOracleInput-subquery/m-p/2339437#M107579</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-22T21:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tOracleInput subquery</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tOracleInput-subquery/m-p/2339438#M107580</link>
      <description>what the problem? the talent not have limitations for SQL queries. Could You attach Your query?</description>
      <pubDate>Tue, 22 Nov 2016 21:32:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tOracleInput-subquery/m-p/2339438#M107580</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2016-11-22T21:32:32Z</dc:date>
    </item>
  </channel>
</rss>

