<?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: Migration from one database to another in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Migration-from-one-database-to-another/m-p/2371169#M134134</link>
    <description>&lt;P&gt;just a personal vision&lt;/P&gt;&lt;P&gt;the task could be interesting as educational or research, but Talend definitely - NOT a universal&amp;nbsp;database migration tool&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, it great for ETL, it could be used for transfer a few tables&lt;/P&gt;&lt;P&gt;but a lot of tools dedicated for migration from specific database to other specific database&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it could be packages like MS SQL Server migration assistance&amp;nbsp;&lt;/P&gt;&lt;P&gt;or 3rd parties like -&amp;nbsp;&lt;A href="http://www.sqlmaestro.com/products/postgresql/converter/" target="_self" rel="nofollow noopener noreferrer"&gt;http://www.sqlmaestro.com/products/postgresql/converter/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or&amp;nbsp;&lt;A href="http://ora2pg.darold.net/news.html" target="_self" rel="nofollow noopener noreferrer"&gt;http://ora2pg.darold.net/news.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 07 Aug 2017 22:24:05 GMT</pubDate>
    <dc:creator>vapukov</dc:creator>
    <dc:date>2017-08-07T22:24:05Z</dc:date>
    <item>
      <title>Migration from one database to another</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Migration-from-one-database-to-another/m-p/2371168#M134133</link>
      <description>&lt;P&gt;Hello&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;I'm trying to develop a job that allows me to migrate all tables from one database (oracle or mysql) to another database (postgresql).&lt;/P&gt; 
&lt;P&gt;I had already realized this processing to switch the tables from a database to files, but I lost my processing and can no longer develop it again. I had used the dynamic schema function.&lt;/P&gt; 
&lt;P&gt;This time I try with a tOracleTableList then tIterateToFlow then tOracleInput then tPostgresql but I'm currently getting this error : "Error in the component's properties:The type of the expression must be an array type but it resolved to String&lt;BR /&gt;Syntax error on token "tOracleTableList_1_CURRENT_TABLE", [ expected&lt;BR /&gt;Type mismatch: cannot convert from String to int&lt;BR /&gt;Syntax error, insert "]" to complete Expression".&lt;/P&gt; 
&lt;P&gt;I can not manage the dynamic schema. I may have set up a component incorrectly.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Someone would have already developed this treatment ?&lt;/P&gt; 
&lt;P&gt;I did not find the answer in another conversation.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2017 16:16:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Migration-from-one-database-to-another/m-p/2371168#M134133</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-07T16:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Migration from one database to another</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Migration-from-one-database-to-another/m-p/2371169#M134134</link>
      <description>&lt;P&gt;just a personal vision&lt;/P&gt;&lt;P&gt;the task could be interesting as educational or research, but Talend definitely - NOT a universal&amp;nbsp;database migration tool&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, it great for ETL, it could be used for transfer a few tables&lt;/P&gt;&lt;P&gt;but a lot of tools dedicated for migration from specific database to other specific database&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it could be packages like MS SQL Server migration assistance&amp;nbsp;&lt;/P&gt;&lt;P&gt;or 3rd parties like -&amp;nbsp;&lt;A href="http://www.sqlmaestro.com/products/postgresql/converter/" target="_self" rel="nofollow noopener noreferrer"&gt;http://www.sqlmaestro.com/products/postgresql/converter/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or&amp;nbsp;&lt;A href="http://ora2pg.darold.net/news.html" target="_self" rel="nofollow noopener noreferrer"&gt;http://ora2pg.darold.net/news.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2017 22:24:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Migration-from-one-database-to-another/m-p/2371169#M134134</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-08-07T22:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Migration from one database to another</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Migration-from-one-database-to-another/m-p/2371170#M134135</link>
      <description>&lt;P&gt;thank you for your reply.&lt;BR /&gt;&lt;BR /&gt;But I'm looking for a free tool to migrate a mysql database into postgresql and since we own Talend, I want to use it for my need because Talend knows how to handle this kind of problem.&lt;BR /&gt;&lt;BR /&gt;Unless there is a free tool for my need ?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2017 08:41:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Migration-from-one-database-to-another/m-p/2371170#M134135</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-08T08:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: Migration from one database to another</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Migration-from-one-database-to-another/m-p/2371171#M134136</link>
      <description>&lt;P&gt;I special include for You 2nd link - it open source, from GitHub &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Talend - NOT a tool for automatic migration&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it good when You need map and transform, but it mean work with each source and target object individually&lt;BR /&gt;&lt;BR /&gt;about free/not free - when I have a problem, I look for cost of solution ... and if it less than cost of my time - I just buy it (even for single time project). Time is also money&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2017 08:48:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Migration-from-one-database-to-another/m-p/2371171#M134136</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-08-08T08:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: Migration from one database to another</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Migration-from-one-database-to-another/m-p/2371172#M134137</link>
      <description>&lt;P&gt;Thank you I will look at the links.&lt;BR /&gt;&lt;BR /&gt;My wish was to succeed in setting Talend's dynamic schema, if someone has leads.&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2017 09:31:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Migration-from-one-database-to-another/m-p/2371172#M134137</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-08T09:31:16Z</dc:date>
    </item>
  </channel>
</rss>

