<?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: [resolved] Migration of Oracle Tables Data to MySQL in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Migration-of-Oracle-Tables-Data-to-MySQL/m-p/2303647#M75502</link>
    <description>If you want to stay at the Open Studio edition I would recommend you use a job scheduler like JobScheduler from SOS Berlin: 
&lt;BR /&gt; 
&lt;A href="http://www.sos-berlin.com/modules/cjaycontent/index.php?id=osource_scheduler_introduction_en.htm" rel="nofollow noopener noreferrer"&gt;http://www.sos-berlin.com/modules/cjaycontent/index.php?id=osource_scheduler_introduction_en.htm&lt;/A&gt; 
&lt;BR /&gt;This scheduler is proven to be stable and reliable. You export your Jobs with the Studio (right click on a job and choose "Build Job". Export the jobs as standalone application and give it to the JobScheduler. 
&lt;BR /&gt;I have used this combination for large companies and it works very well.</description>
    <pubDate>Thu, 19 Jun 2014 20:42:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-06-19T20:42:22Z</dc:date>
    <item>
      <title>[resolved] Migration of Oracle Tables Data to MySQL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Migration-of-Oracle-Tables-Data-to-MySQL/m-p/2303643#M75498</link>
      <description>Hi, 
&lt;BR /&gt;How can I use talend to extract data from Oracle and import the data into a MySQL database? 
&lt;BR /&gt;Also, I have the Oracle metadata structure, but not the MySQL equivalent, can talend create the table in the MySQL database as well? 
&lt;BR /&gt; 
&lt;BR /&gt;As an example, here is the oracle metadata of my table: 
&lt;BR /&gt;SQL&amp;gt; desc reptest; 
&lt;BR /&gt; Name Null? Type 
&lt;BR /&gt; ----------------------------------------- -------- ---------------------------- 
&lt;BR /&gt; DT DATE 
&lt;BR /&gt; NO NUMBER 
&lt;BR /&gt; 
&lt;BR /&gt;Can talend create the proper table equivalent on the MySQL side and import the data in that table? 
&lt;BR /&gt;See here, the MySQL equivalent: 
&lt;BR /&gt;mysql&amp;gt; desc reptest; 
&lt;BR /&gt;+-------+----------------+------+-----+---------+-------+ 
&lt;BR /&gt;| Field | Type | Null | Key | Default | Extra | 
&lt;BR /&gt;+-------+----------------+------+-----+---------+-------+ 
&lt;BR /&gt;| DT | datetime | YES | | NULL | | 
&lt;BR /&gt;| NO | decimal(65,30) | YES | | NULL | | 
&lt;BR /&gt;+-------+----------------+------+-----+---------+-------+ 
&lt;BR /&gt; 
&lt;BR /&gt;We currently have around 100 Oracle tables that needs to be extracted daily and imported in a MySQL Database. I am testing talend and if talend can make that happen, we could start using talend for other needs as well. 
&lt;BR /&gt; 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Steeve</description>
      <pubDate>Sat, 16 Nov 2024 11:36:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Migration-of-Oracle-Tables-Data-to-MySQL/m-p/2303643#M75498</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Migration of Oracle Tables Data to MySQL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Migration-of-Oracle-Tables-Data-to-MySQL/m-p/2303644#M75499</link>
      <description>The simplest way is to use the DataIntegration edition.
&lt;BR /&gt;I suggest you start with creating metadata for both databases (Oracle and MySQL). 
&lt;BR /&gt;You should create in the Metadata section minimum 2 connections and retrieve all schema information.
&lt;BR /&gt;Now you have all your tables from Oracle and (probably none for your MySQL) at the finger tip.
&lt;BR /&gt;It depends of the relations ship between the tables in which way and order you have to import the tables.
&lt;BR /&gt;You can put a Oracle table in your job with drag&amp;amp;drop a table from the Metadata. You create the necessary output components for MySQL also with drag&amp;amp;drop of the MySQL connection to your job.
&lt;BR /&gt;For one of these pairs define in the tMysqlOutput the table name and set as Table action "Create if not exists" and connect the tOracleInput with the tMysqlOutput. 
&lt;BR /&gt;This is fairly a very straight forward design but should work. If you have to change values or datatypes put a tMap into the flow (also by drag &amp;amp; drop from the palette directly onto the flow) and learn to work with the tMap (Help Center!)</description>
      <pubDate>Wed, 18 Jun 2014 21:41:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Migration-of-Oracle-Tables-Data-to-MySQL/m-p/2303644#M75499</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-18T21:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Migration of Oracle Tables Data to MySQL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Migration-of-Oracle-Tables-Data-to-MySQL/m-p/2303645#M75500</link>
      <description>Hi,&lt;BR /&gt;Thanks for your help!  Works like a charm.  I tested the migration of my data with 2 Oracle tables and it works as expected and creates the table on the MySQL side and push the data.  This is sweet!  Not to mention that I have the ability to transform that data in the process, this is awesome!&lt;BR /&gt;Question for my test above with the 2 tables.  When I start the job, data from the tables are exported one at a time, so when the first table is done, the second table is then being processed.  Is there a way to export the data for both tables at the same time in the same job?&lt;BR /&gt;Is there a way to schedule the job to start at a certain time of the day with an interval, like once per day?&lt;BR /&gt;Regards,&lt;BR /&gt;Steeve</description>
      <pubDate>Thu, 19 Jun 2014 17:05:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Migration-of-Oracle-Tables-Data-to-MySQL/m-p/2303645#M75500</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-19T17:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Migration of Oracle Tables Data to MySQL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Migration-of-Oracle-Tables-Data-to-MySQL/m-p/2303646#M75501</link>
      <description>Hi,&lt;BR /&gt;I downloaded the TalendOpenStudio User Guide and was able to get the info on how to run stuff in parallel.&lt;BR /&gt;The documentation also mention the ability to Schedule jobs.  But the document specify that this feature is deprecated but still available.&lt;BR /&gt;What is the non-deprecated recommend way of scheduling jobs?  &lt;BR /&gt;Thanks,&lt;BR /&gt;Steeve</description>
      <pubDate>Thu, 19 Jun 2014 18:40:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Migration-of-Oracle-Tables-Data-to-MySQL/m-p/2303646#M75501</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-19T18:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Migration of Oracle Tables Data to MySQL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Migration-of-Oracle-Tables-Data-to-MySQL/m-p/2303647#M75502</link>
      <description>If you want to stay at the Open Studio edition I would recommend you use a job scheduler like JobScheduler from SOS Berlin: 
&lt;BR /&gt; 
&lt;A href="http://www.sos-berlin.com/modules/cjaycontent/index.php?id=osource_scheduler_introduction_en.htm" rel="nofollow noopener noreferrer"&gt;http://www.sos-berlin.com/modules/cjaycontent/index.php?id=osource_scheduler_introduction_en.htm&lt;/A&gt; 
&lt;BR /&gt;This scheduler is proven to be stable and reliable. You export your Jobs with the Studio (right click on a job and choose "Build Job". Export the jobs as standalone application and give it to the JobScheduler. 
&lt;BR /&gt;I have used this combination for large companies and it works very well.</description>
      <pubDate>Thu, 19 Jun 2014 20:42:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Migration-of-Oracle-Tables-Data-to-MySQL/m-p/2303647#M75502</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-19T20:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Migration of Oracle Tables Data to MySQL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Migration-of-Oracle-Tables-Data-to-MySQL/m-p/2303648#M75503</link>
      <description>Hi, 
&lt;BR /&gt;In Talend Enterprise Subscription, you only need to create one subjob for all tables due to the 'dynamic schema' feature. 
&lt;BR /&gt;For details, please see the related forum 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCq8GCAS" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/complete-migration-from-oracle-to-sql-server/td-p/106789&lt;/A&gt;. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 23 Jun 2014 04:49:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Migration-of-Oracle-Tables-Data-to-MySQL/m-p/2303648#M75503</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-23T04:49:49Z</dc:date>
    </item>
  </channel>
</rss>

