<?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 toracle tablelist or any database tablelist in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/toracle-tablelist-or-any-database-tablelist/m-p/2232664#M22556</link>
    <description>&lt;P&gt;can anyone share the scenarion about toracletablelist&lt;/P&gt;
&lt;P&gt;i'm getting confused at tablename like "TNAME is '%%'" what is the meaning ?&lt;/P&gt;
&lt;P&gt;i want load 10 tables into one table with same structure?&lt;/P&gt;
&lt;P&gt;i want load 10 tables with different structure&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Nov 2018 13:10:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-11-08T13:10:01Z</dc:date>
    <item>
      <title>toracle tablelist or any database tablelist</title>
      <link>https://community.qlik.com/t5/Talend-Studio/toracle-tablelist-or-any-database-tablelist/m-p/2232664#M22556</link>
      <description>&lt;P&gt;can anyone share the scenarion about toracletablelist&lt;/P&gt;
&lt;P&gt;i'm getting confused at tablename like "TNAME is '%%'" what is the meaning ?&lt;/P&gt;
&lt;P&gt;i want load 10 tables into one table with same structure?&lt;/P&gt;
&lt;P&gt;i want load 10 tables with different structure&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Nov 2018 13:10:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/toracle-tablelist-or-any-database-tablelist/m-p/2232664#M22556</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-08T13:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: toracle tablelist or any database tablelist</title>
      <link>https://community.qlik.com/t5/Talend-Studio/toracle-tablelist-or-any-database-tablelist/m-p/2232665#M22557</link>
      <description>&lt;P&gt;Hi Ram,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; If you give the drop down like below (please note that I am using USER_TABLES)&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M0zg.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144381i9B7AA9C45F0ADF29/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M0zg.png" alt="0683p000009M0zg.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; tDBableList component will run a query in Oracle as below.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;SELECT TABLE_NAME FROM USER_TABLES WHERE TABLE_NAME LIKE '%EMPLOYEE%'&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;It means it will fetch all tables under that connected user having EMPLOYEE as part of&amp;nbsp;table name (like employee, employees, employee100, 110employee etc).&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Once you get the table name, you can use it in iterative manner in subsequent components (like tOracleInput).&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Please note that since we need to provide schema beforehand for tOracleInput, you will have to make sure that schema details are same for all the tables selected using tDBTablelist component.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; If the answer has resolved your query, could you please mark the topic as resolved? Kudos are also welcome &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Nikhi Thampi&lt;/P&gt;</description>
      <pubDate>Thu, 08 Nov 2018 13:53:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/toracle-tablelist-or-any-database-tablelist/m-p/2232665#M22557</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-08T13:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: toracle tablelist or any database tablelist</title>
      <link>https://community.qlik.com/t5/Talend-Studio/toracle-tablelist-or-any-database-tablelist/m-p/2232666#M22558</link>
      <description>&lt;P&gt;Dear Nikhi Thambi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For me, Tablelist component is working fine and it is getting iterated correct number of times.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please suggest how to capture the table name in DBInput from tablelist component during the iteration.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Rajesh&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2019 14:51:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/toracle-tablelist-or-any-database-tablelist/m-p/2232666#M22558</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-08T14:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: toracle tablelist or any database tablelist</title>
      <link>https://community.qlik.com/t5/Talend-Studio/toracle-tablelist-or-any-database-tablelist/m-p/2232667#M22559</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPXqAAO"&gt;@Rajeshapril17&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Your use case might be different from&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOtZAAW"&gt;@rchinta&lt;/A&gt;&amp;nbsp;.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;So could you please create a new post with following details so that we are not diluting the focus to current post? In your post, please provide the following details.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;a) Your current job flow screenshots and description of what you are trying to achieve&lt;/P&gt; 
&lt;P&gt;b) Error screenshot if you are getting any error&lt;/P&gt; 
&lt;P&gt;c) Sample input data&lt;/P&gt; 
&lt;P&gt;d) Expected output data and data you are currently getting at output&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2019 18:17:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/toracle-tablelist-or-any-database-tablelist/m-p/2232667#M22559</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-08T18:17:54Z</dc:date>
    </item>
  </channel>
</rss>

