Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

toracle tablelist or any database tablelist

can anyone share the scenarion about toracletablelist

i'm getting confused at tablename like "TNAME is '%%'" what is the meaning ?

i want load 10 tables into one table with same structure?

i want load 10 tables with different structure 

Labels (2)
3 Replies
Anonymous
Not applicable
Author

Hi Ram,

 

        If you give the drop down like below (please note that I am using USER_TABLES)0683p000009M0zg.png

  

      tDBableList component will run a query in Oracle as below.

 

SELECT TABLE_NAME FROM USER_TABLES WHERE TABLE_NAME LIKE '%EMPLOYEE%'

 

     It means it will fetch all tables under that connected user having EMPLOYEE as part of table name (like employee, employees, employee100, 110employee etc).

 

     Once you get the table name, you can use it in iterative manner in subsequent components (like tOracleInput).

 

     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.

 

      If the answer has resolved your query, could you please mark the topic as resolved? Kudos are also welcome 🙂

 

Warm Regards,

 

Nikhi Thampi

Anonymous
Not applicable
Author

Dear Nikhi Thambi,

 

For me, Tablelist component is working fine and it is getting iterated correct number of times.

 

Can you please suggest how to capture the table name in DBInput from tablelist component during the iteration.

 

Thanks

Rajesh

Anonymous
Not applicable
Author

@Rajeshapril17 

 

Your use case might be different from @rchinta .

 

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.

 

a) Your current job flow screenshots and description of what you are trying to achieve

b) Error screenshot if you are getting any error

c) Sample input data

d) Expected output data and data you are currently getting at output

 

Warm Regards,
Nikhil Thampi

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 🙂