<?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: Creating migration jobs for each schema, not for each table in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Creating-migration-jobs-for-each-schema-not-for-each-table/m-p/2341728#M109657</link>
    <description>&lt;P&gt;Dear Shong,&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;@Shicong Hong​&amp;nbsp;&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;Thanks a lot for the help!&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;I was able to migrate the table. thank you.&lt;/P&gt;&lt;P&gt;I want to migrate SYNONYM as well, but I can't do it this way.&lt;/P&gt;&lt;P&gt;Is there a way to migrate SYNONYM in a similar fashion as tables?&lt;/P&gt;</description>
    <pubDate>Mon, 16 Jan 2023 00:33:58 GMT</pubDate>
    <dc:creator>ryota0000</dc:creator>
    <dc:date>2023-01-16T00:33:58Z</dc:date>
    <item>
      <title>Creating migration jobs for each schema, not for each table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-migration-jobs-for-each-schema-not-for-each-table/m-p/2341724#M109653</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to Talend, and need help to design a migration job.&lt;/P&gt;&lt;P&gt;Is there any way to create a job which lets me migrate a whole schema, not only a table?&lt;/P&gt;&lt;P&gt;I have about 5000 tables within 10 schemas to migrate, and I want to avoid creating 5000 jobs one by one.&lt;/P&gt;&lt;P&gt;The immigration requirement is simple, let’s say I have a schema named “A” in the source DB, and and I want exactly the same schema “A” (including all tables and their data) in the target DB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Environment:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Talend Studio 8.0.1&lt;/LI&gt;&lt;LI&gt;source and target schema are both Oracle&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would really appreciate if anyone can help me!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:12:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-migration-jobs-for-each-schema-not-for-each-table/m-p/2341724#M109653</guid>
      <dc:creator>StreetTalender</dc:creator>
      <dc:date>2024-11-15T22:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Creating migration jobs for each schema, not for each table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-migration-jobs-for-each-schema-not-for-each-table/m-p/2341725#M109654</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;You need Dynamic schema functionality which is only available in Talend subscription products, you can read a &lt;A href="https://help.talend.com/r/en-US/8.0/dynamic-schema/tmysqlinput-tfileoutputdelimited-tmap-tfileoutputdelimited-tmap-configuring-tmysqlinput-component-standard-component-enterprise" alt="https://help.talend.com/r/en-US/8.0/dynamic-schema/tmysqlinput-tfileoutputdelimited-tmap-tfileoutputdelimited-tmap-configuring-tmysqlinput-component-standard-component-enterprise" target="_blank"&gt;scenario &lt;/A&gt;in this page.&lt;/P&gt;&lt;P&gt;The job design looks like:&lt;/P&gt;&lt;P&gt;main job:&lt;/P&gt;&lt;P&gt;tForEach--iterate--tRunJob&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;iterate each schema from a list and pass the current schema name to child job.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;child job:&lt;/P&gt;&lt;P&gt;tOracleConnection1-oncomponentok-tOracleConnection2&lt;/P&gt;&lt;P&gt;|onsubjobok&lt;/P&gt;&lt;P&gt;tOracleTableList--iterate--tOracleInput--main--tOracleOutput--oncomponentok--tOracleCommit&lt;/P&gt;&lt;P&gt;|onsubjobok&lt;/P&gt;&lt;P&gt;tOracleClose1--oncomponentok--tOracleClose2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2023 09:01:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-migration-jobs-for-each-schema-not-for-each-table/m-p/2341725#M109654</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-01-11T09:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Creating migration jobs for each schema, not for each table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-migration-jobs-for-each-schema-not-for-each-table/m-p/2341726#M109655</link>
      <description>&lt;P&gt;Dear Shong,&lt;/P&gt;&lt;P&gt;@Shicong Hong​&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot for the help!&lt;/P&gt;&lt;P&gt;If you don't mind, I would like to know about settings of this part: tOracleTableList--iterate--tOracleInput--main--tOracleOutput&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Regarding tOracleTableList, I am not sure what I should choose in “fetch from” field. Can you point it out for me? I couldn’t find documentation for this field.&lt;/LI&gt;&lt;LI&gt;Regarding tOracleInput, I’d like to know what to write in “Table name” field and “Query“ field.&lt;/LI&gt;&lt;LI&gt;Regarding tOracleOutput, I assume I should put the same table name I use in tOracleInput. Is that right?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for asking many questions, but I would really appreciate if you could lent me your hand.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 02:16:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-migration-jobs-for-each-schema-not-for-each-table/m-p/2341726#M109655</guid>
      <dc:creator>StreetTalender</dc:creator>
      <dc:date>2023-01-12T02:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: Creating migration jobs for each schema, not for each table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-migration-jobs-for-each-schema-not-for-each-table/m-p/2341727#M109656</link>
      <description>&lt;P&gt;@Miyo Takahashi​&amp;nbsp;,&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;'Fetch From' field is used to filter the tables, user_tables: only select the tables created by users, all_tables: system tables+user tables, custom query: customize the query by yourself to filer the tables.&lt;/LI&gt;&lt;LI&gt;About the basic usage of tOracleInput, please refers to the component documentation.&lt;/LI&gt;&lt;LI&gt;Yes, you are using tOracleTableList to iterate each table, there is a global variable eg: ((String)globalMap.get("tDBTableList_1_CURRENT_TABLE")) that stores the current table name,  you should use this variable in the table name field on tOracleOutput.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 10:18:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-migration-jobs-for-each-schema-not-for-each-table/m-p/2341727#M109656</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-01-13T10:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Creating migration jobs for each schema, not for each table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-migration-jobs-for-each-schema-not-for-each-table/m-p/2341728#M109657</link>
      <description>&lt;P&gt;Dear Shong,&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;@Shicong Hong​&amp;nbsp;&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;Thanks a lot for the help!&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;I was able to migrate the table. thank you.&lt;/P&gt;&lt;P&gt;I want to migrate SYNONYM as well, but I can't do it this way.&lt;/P&gt;&lt;P&gt;Is there a way to migrate SYNONYM in a similar fashion as tables?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2023 00:33:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-migration-jobs-for-each-schema-not-for-each-table/m-p/2341728#M109657</guid>
      <dc:creator>ryota0000</dc:creator>
      <dc:date>2023-01-16T00:33:58Z</dc:date>
    </item>
  </channel>
</rss>

