<?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: migrate my 1000 tables structures from one database to another database in an single run ? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/migrate-my-1000-tables-structures-from-one-database-to-another/m-p/2227072#M18796</link>
    <description>Hi Sid4U, Thanks for your input on this, but i am unable see your screenshot , can you explain me in detail ? or update a attachment. Thanks</description>
    <pubDate>Wed, 26 Apr 2017 06:48:39 GMT</pubDate>
    <dc:creator>TamilM</dc:creator>
    <dc:date>2017-04-26T06:48:39Z</dc:date>
    <item>
      <title>migrate my 1000 tables structures from one database to another database in an single run ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/migrate-my-1000-tables-structures-from-one-database-to-another/m-p/2227070#M18794</link>
      <description>Do we have any option in talend to migrate my 1000 tables structures from one database to another database in an single run? since my dynamic schema option is not working for this (dynamic schema option only works when the source is having a data) .</description>
      <pubDate>Mon, 24 Apr 2017 12:48:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/migrate-my-1000-tables-structures-from-one-database-to-another/m-p/2227070#M18794</guid>
      <dc:creator>TamilM</dc:creator>
      <dc:date>2017-04-24T12:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: migrate my 1000 tables structures from one database to another database in an single run ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/migrate-my-1000-tables-structures-from-one-database-to-another/m-p/2227071#M18795</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;you can copy tables using below job.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;parameterize your source db and target db.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;put the below query in tOracleRow component&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;"create table "+context.tgt_db_name+"."+((String)globalMap.get("tOracleTableList_1_CURRENT_TABLE"))+" as select * from "+context.src_db_name+"."+((String)globalMap.get("tOracleTableList_1_CURRENT_TABLE"))+" where 1=0;"&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="10.JPG" style="width: 427px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Ltrz.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153616i879C20201BD444B8/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Ltrz.jpg" alt="0683p000009Ltrz.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2017 14:36:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/migrate-my-1000-tables-structures-from-one-database-to-another/m-p/2227071#M18795</guid>
      <dc:creator>Sid3</dc:creator>
      <dc:date>2017-04-24T14:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: migrate my 1000 tables structures from one database to another database in an single run ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/migrate-my-1000-tables-structures-from-one-database-to-another/m-p/2227072#M18796</link>
      <description>Hi Sid4U, Thanks for your input on this, but i am unable see your screenshot , can you explain me in detail ? or update a attachment. Thanks</description>
      <pubDate>Wed, 26 Apr 2017 06:48:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/migrate-my-1000-tables-structures-from-one-database-to-another/m-p/2227072#M18796</guid>
      <dc:creator>TamilM</dc:creator>
      <dc:date>2017-04-26T06:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: migrate my 1000 tables structures from one database to another database in an single run ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/migrate-my-1000-tables-structures-from-one-database-to-another/m-p/2227073#M18797</link>
      <description>&lt;P&gt;I can clearly see the image in my previous post. anyway attaching again&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="10.JPG" style="width: 427px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lttm.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138676i6987BE7B465F34FE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lttm.jpg" alt="0683p000009Lttm.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2017 07:58:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/migrate-my-1000-tables-structures-from-one-database-to-another/m-p/2227073#M18797</guid>
      <dc:creator>Sid3</dc:creator>
      <dc:date>2017-04-27T07:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: migrate my 1000 tables structures from one database to another database in an single run ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/migrate-my-1000-tables-structures-from-one-database-to-another/m-p/2227074#M18798</link>
      <description>&lt;P&gt;I'm not sure that job will work since we are dealing with only one database.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What's about copying structure from Oracle database to MySQL database? Or maybe two different instance Oracle DB&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 11:54:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/migrate-my-1000-tables-structures-from-one-database-to-another/m-p/2227074#M18798</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-11T11:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: migrate my 1000 tables structures from one database to another database in an single run ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/migrate-my-1000-tables-structures-from-one-database-to-another/m-p/2227075#M18799</link>
      <description>As he said:
&lt;BR /&gt;parameterize your source db and target db.
&lt;BR /&gt;
&lt;BR /&gt;Where you send the data is up to you.</description>
      <pubDate>Thu, 11 May 2017 14:04:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/migrate-my-1000-tables-structures-from-one-database-to-another/m-p/2227075#M18799</guid>
      <dc:creator>cterenzi</dc:creator>
      <dc:date>2017-05-11T14:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: migrate my 1000 tables structures from one database to another database in an single run ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/migrate-my-1000-tables-structures-from-one-database-to-another/m-p/2227076#M18800</link>
      <description>&lt;P&gt;My suggestion :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;toracleTable_list --- iterate ---&amp;gt; toracleinput(schema should be dynamic) ------- main ----------&amp;gt; toracleoutput / tmysqloutput (schema should be dynamic)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will get tables name from toracletable_list&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2017 16:12:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/migrate-my-1000-tables-structures-from-one-database-to-another/m-p/2227076#M18800</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-28T16:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: migrate my 1000 tables structures from one database to another database in an single run ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/migrate-my-1000-tables-structures-from-one-database-to-another/m-p/2227077#M18801</link>
      <description>&lt;P&gt;By the way,have you solved this problem?What is the specific settings&amp;nbsp; of&amp;nbsp; tOracleRow ? I have the same problem. I want to copy 50 tables from one database to another database. Can I have your attention,please?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2018 08:48:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/migrate-my-1000-tables-structures-from-one-database-to-another/m-p/2227077#M18801</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-16T08:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: migrate my 1000 tables structures from one database to another database in an single run ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/migrate-my-1000-tables-structures-from-one-database-to-another/m-p/2227078#M18802</link>
      <description>&lt;P&gt;Have you run the job successfully? I have set the same job,but the job does not work,the third one has problems. If you have any time ,please tell me how to set the three parts of the job. Thank you very much.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2018 06:28:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/migrate-my-1000-tables-structures-from-one-database-to-another/m-p/2227078#M18802</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-17T06:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: migrate my 1000 tables structures from one database to another database in an single run ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/migrate-my-1000-tables-structures-from-one-database-to-another/m-p/2227079#M18803</link>
      <description>Sure,
&lt;BR /&gt;
&lt;BR /&gt;The job is running perfectly.
&lt;BR /&gt;But you can only do it with professional version.</description>
      <pubDate>Tue, 05 Jun 2018 16:07:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/migrate-my-1000-tables-structures-from-one-database-to-another/m-p/2227079#M18803</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-05T16:07:48Z</dc:date>
    </item>
  </channel>
</rss>

