<?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: Oracle Database Multiple Queries in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Oracle-Database-Multiple-Queries/m-p/2235949#M24831</link>
    <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;&amp;nbsp; thank you a lot.&amp;nbsp; So I have to separate them by 2, combine them with 2 tmaps and after combine these tmaps with other tmap?&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-right" image-alt="image.png" style="width: 420px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MZzk.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139701iFCA7389664B0C0ED/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MZzk.png" alt="0683p000009MZzk.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 04 May 2020 11:54:05 GMT</pubDate>
    <dc:creator>DrGenious</dc:creator>
    <dc:date>2020-05-04T11:54:05Z</dc:date>
    <item>
      <title>Oracle Database Multiple Queries</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Oracle-Database-Multiple-Queries/m-p/2235947#M24829</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I want to do 4 select queries into a database but in 4 different tables. How can I achieve that? Also have I to use tOracleInput or tOracleRow?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2020 11:20:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Oracle-Database-Multiple-Queries/m-p/2235947#M24829</guid>
      <dc:creator>DrGenious</dc:creator>
      <dc:date>2020-05-04T11:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Database Multiple Queries</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Oracle-Database-Multiple-Queries/m-p/2235948#M24830</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LQe1AAG"&gt;@DrGenious&lt;/A&gt;&amp;nbsp;, all 4 select queries will return the same order if the columns then you can use a single tDBInput by writing union operator between 4 select queries. if you have different data and columns data types different and have join column between four select queries take 4 tDbinput and use tMap to join those.&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2020 11:47:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Oracle-Database-Multiple-Queries/m-p/2235948#M24830</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-05-04T11:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Database Multiple Queries</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Oracle-Database-Multiple-Queries/m-p/2235949#M24831</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;&amp;nbsp; thank you a lot.&amp;nbsp; So I have to separate them by 2, combine them with 2 tmaps and after combine these tmaps with other tmap?&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-right" image-alt="image.png" style="width: 420px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MZzk.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139701iFCA7389664B0C0ED/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MZzk.png" alt="0683p000009MZzk.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2020 11:54:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Oracle-Database-Multiple-Queries/m-p/2235949#M24831</guid>
      <dc:creator>DrGenious</dc:creator>
      <dc:date>2020-05-04T11:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Database Multiple Queries</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Oracle-Database-Multiple-Queries/m-p/2235950#M24832</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LQe1AAG"&gt;@DrGenious&lt;/A&gt;, you can use a single tmap also.&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2020 12:59:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Oracle-Database-Multiple-Queries/m-p/2235950#M24832</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-05-04T12:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Database Multiple Queries</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Oracle-Database-Multiple-Queries/m-p/2235951#M24833</link>
      <description>&lt;P&gt;How is this possible with 4 dbs? Can tmap take more than 2 inputs?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2020 13:13:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Oracle-Database-Multiple-Queries/m-p/2235951#M24833</guid>
      <dc:creator>DrGenious</dc:creator>
      <dc:date>2020-05-04T13:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Database Multiple Queries</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Oracle-Database-Multiple-Queries/m-p/2235952#M24834</link>
      <description>Yes. You can connect more than 2 tdbinput in single tMap, and one would be main others are lookups.
&lt;BR /&gt;</description>
      <pubDate>Mon, 04 May 2020 15:41:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Oracle-Database-Multiple-Queries/m-p/2235952#M24834</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-05-04T15:41:31Z</dc:date>
    </item>
  </channel>
</rss>

