<?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: Delta Insert from Oracle to MySQL, ETL/Jasper in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Delta-Insert-from-Oracle-to-MySQL-ETL-Jasper/m-p/2260385#M41531</link>
    <description>Hi Shong,
&lt;BR /&gt;i?m import with tOracleInput (with a SQL inside) direct to tMysqlOutput. With no transforming and so on.
&lt;BR /&gt;Oracle Table:
&lt;BR /&gt;CID (String)
&lt;BR /&gt;CGD (Date dd.MM.yyyy?T?HH:mm:ss)
&lt;BR /&gt;CED (Date dd.MM.yyyy?T?HH:mm:ss)
&lt;BR /&gt;Termin (Date)
&lt;BR /&gt;Seite (String)
&lt;BR /&gt;MySQL Table:
&lt;BR /&gt;CID (String)
&lt;BR /&gt;CGD (Date dd.MM.yyyy?T?HH:mm:ss)
&lt;BR /&gt;CED (Date dd.MM.yyyy?T?HH:mm:ss)
&lt;BR /&gt;Termin (Date)
&lt;BR /&gt;Seite (String)
&lt;BR /&gt;So the Import job must run every 1 min. and if a new CID import the whole dataset from Oracle to MySQL. 
&lt;BR /&gt;But if the CID, CGD and CED same like at the MySQL db no insert.
&lt;BR /&gt;And if the CID, CGD same and the CED dive rent to the MySQL table it must import the whole Dataset as a new dataset.
&lt;BR /&gt;And so I need a connection to the Oracle and the MySQL db to make a timestamp filter.
&lt;BR /&gt;I hope this description will give you a help. 
&lt;BR /&gt;Regards Wolfgang</description>
    <pubDate>Wed, 14 Jul 2010 09:59:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-07-14T09:59:10Z</dc:date>
    <item>
      <title>Delta Insert from Oracle to MySQL, ETL/Jasper</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Delta-Insert-from-Oracle-to-MySQL-ETL-Jasper/m-p/2260382#M41528</link>
      <description>Hi,&lt;BR /&gt;i?m brand new at the JasperETL / Talend and not very familiar.&lt;BR /&gt;I like to develop a delta insert at a MySQL DB?s from a Oracle DB?s.&lt;BR /&gt;So the date was separate from the Oracle DB?s and import to the MySql.&lt;BR /&gt;But if the dataset are in the MySQL it doesn?t import the old dataset.&lt;BR /&gt;If the Changetimestamp new on the Oracle dataset the changed dataset must run in the MySQL at an new dataset.&lt;BR /&gt;I hope you can understand my description.&lt;BR /&gt;1000 thx for your support&lt;BR /&gt;Wolfgang</description>
      <pubDate>Sat, 16 Nov 2024 13:21:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Delta-Insert-from-Oracle-to-MySQL-ETL-Jasper/m-p/2260382#M41528</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Insert from Oracle to MySQL, ETL/Jasper</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Delta-Insert-from-Oracle-to-MySQL-ETL-Jasper/m-p/2260383#M41529</link>
      <description>Hi,&lt;BR /&gt;is there nowbody that hat any idear???&lt;BR /&gt;I cant belive!!</description>
      <pubDate>Wed, 14 Jul 2010 07:49:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Delta-Insert-from-Oracle-to-MySQL-ETL-Jasper/m-p/2260383#M41529</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-07-14T07:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Insert from Oracle to MySQL, ETL/Jasper</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Delta-Insert-from-Oracle-to-MySQL-ETL-Jasper/m-p/2260384#M41530</link>
      <description>Hi 
&lt;BR /&gt;You can use the data action 'insert or update', set Changetimestamp column as key column, if I don't understand you well, please give us an exmaple with some records. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 14 Jul 2010 08:04:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Delta-Insert-from-Oracle-to-MySQL-ETL-Jasper/m-p/2260384#M41530</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-07-14T08:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Insert from Oracle to MySQL, ETL/Jasper</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Delta-Insert-from-Oracle-to-MySQL-ETL-Jasper/m-p/2260385#M41531</link>
      <description>Hi Shong,
&lt;BR /&gt;i?m import with tOracleInput (with a SQL inside) direct to tMysqlOutput. With no transforming and so on.
&lt;BR /&gt;Oracle Table:
&lt;BR /&gt;CID (String)
&lt;BR /&gt;CGD (Date dd.MM.yyyy?T?HH:mm:ss)
&lt;BR /&gt;CED (Date dd.MM.yyyy?T?HH:mm:ss)
&lt;BR /&gt;Termin (Date)
&lt;BR /&gt;Seite (String)
&lt;BR /&gt;MySQL Table:
&lt;BR /&gt;CID (String)
&lt;BR /&gt;CGD (Date dd.MM.yyyy?T?HH:mm:ss)
&lt;BR /&gt;CED (Date dd.MM.yyyy?T?HH:mm:ss)
&lt;BR /&gt;Termin (Date)
&lt;BR /&gt;Seite (String)
&lt;BR /&gt;So the Import job must run every 1 min. and if a new CID import the whole dataset from Oracle to MySQL. 
&lt;BR /&gt;But if the CID, CGD and CED same like at the MySQL db no insert.
&lt;BR /&gt;And if the CID, CGD same and the CED dive rent to the MySQL table it must import the whole Dataset as a new dataset.
&lt;BR /&gt;And so I need a connection to the Oracle and the MySQL db to make a timestamp filter.
&lt;BR /&gt;I hope this description will give you a help. 
&lt;BR /&gt;Regards Wolfgang</description>
      <pubDate>Wed, 14 Jul 2010 09:59:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Delta-Insert-from-Oracle-to-MySQL-ETL-Jasper/m-p/2260385#M41531</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-07-14T09:59:10Z</dc:date>
    </item>
  </channel>
</rss>

