<?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: Using Talend for an ETL (Access to Oracle) project in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Using-Talend-for-an-ETL-Access-to-Oracle-project/m-p/2245538#M31359</link>
    <description>Hello Kaushik 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;New Schema in Oracle is completely different than old schema in MsAccess.&lt;BR /&gt;So I need to migrate data from Schema 1 (in Access) to schema 2 in Oracle where Schema 1 NOT EQUAL TO schema 2.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;That's not a TOS problem, that's problem with ETL process definition. When you have a different schemas, you must define where you get data for filling a target system. If you find a some data, which you need, but not exists in source system, you must define where to get or how to generate. For data, which exists in source system you define transformations. 
&lt;BR /&gt;Print a source and a target schema models, take a pencil and draw lines from source to target tables/columns. After that you start a TOS and paint a job for ETL.</description>
    <pubDate>Thu, 17 Jul 2008 07:43:03 GMT</pubDate>
    <dc:creator>fyk_cz</dc:creator>
    <dc:date>2008-07-17T07:43:03Z</dc:date>
    <item>
      <title>Using Talend for an ETL (Access to Oracle) project</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-Talend-for-an-ETL-Access-to-Oracle-project/m-p/2245534#M31355</link>
      <description>Hello!&lt;BR /&gt;I'm a studient and I want to implement a datawarehouse but I have some problem in the ETL phase.&lt;BR /&gt;I'm a beginer in Talend and I want migrate my data in Access to Oracle before doing requiered transformations.&lt;BR /&gt;I need some tutorial or help to begin my ETL project in Talend.&lt;BR /&gt;Source Database : Access&lt;BR /&gt;Target Database : Oracle&lt;BR /&gt;thanks!</description>
      <pubDate>Sat, 16 Nov 2024 14:30:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-Talend-for-an-ETL-Access-to-Oracle-project/m-p/2245534#M31355</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Using Talend for an ETL (Access to Oracle) project</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-Talend-for-an-ETL-Access-to-Oracle-project/m-p/2245535#M31356</link>
      <description>Hello, 
&lt;BR /&gt;That's a quite simple job : tAccessInput -&amp;gt; tOracleOutput
&lt;BR /&gt;Read carefully TOS Documentation and more precisely the part about this components.
&lt;BR /&gt;Regards,</description>
      <pubDate>Fri, 16 Nov 2007 19:14:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-Talend-for-an-ETL-Access-to-Oracle-project/m-p/2245535#M31356</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-11-16T19:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Using Talend for an ETL (Access to Oracle) project</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-Talend-for-an-ETL-Access-to-Oracle-project/m-p/2245536#M31357</link>
      <description>That was very precise.
&lt;BR /&gt;If you have done that..could you please share any documnetation on how to do the migration?
&lt;BR /&gt;my requirement is..
&lt;BR /&gt;Legacy System on MsAccess
&lt;BR /&gt;New System on Oracle.
&lt;BR /&gt;New Schema in Oracle is completely different than old schema in MsAccess.
&lt;BR /&gt;So I need to migrate data from Schema 1 (in Access) to schema 2 in Oracle where Schema 1 NOT EQUAL TO schema 2.
&lt;BR /&gt;Any help would be greatly appreciated.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Kaushik</description>
      <pubDate>Wed, 16 Jul 2008 23:40:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-Talend-for-an-ETL-Access-to-Oracle-project/m-p/2245536#M31357</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2008-07-16T23:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Using Talend for an ETL (Access to Oracle) project</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-Talend-for-an-ETL-Access-to-Oracle-project/m-p/2245537#M31358</link>
      <description>Hello Kaushik
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;So I need to migrate data from Schema 1 (in Access) to schema 2 in Oracle where Schema 1 NOT EQUAL TO schema 2.&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;You mean you only want to insert the data which don't exist in Oralce into Oracle, right?
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Thu, 17 Jul 2008 02:44:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-Talend-for-an-ETL-Access-to-Oracle-project/m-p/2245537#M31358</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-07-17T02:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: Using Talend for an ETL (Access to Oracle) project</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-Talend-for-an-ETL-Access-to-Oracle-project/m-p/2245538#M31359</link>
      <description>Hello Kaushik 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;New Schema in Oracle is completely different than old schema in MsAccess.&lt;BR /&gt;So I need to migrate data from Schema 1 (in Access) to schema 2 in Oracle where Schema 1 NOT EQUAL TO schema 2.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;That's not a TOS problem, that's problem with ETL process definition. When you have a different schemas, you must define where you get data for filling a target system. If you find a some data, which you need, but not exists in source system, you must define where to get or how to generate. For data, which exists in source system you define transformations. 
&lt;BR /&gt;Print a source and a target schema models, take a pencil and draw lines from source to target tables/columns. After that you start a TOS and paint a job for ETL.</description>
      <pubDate>Thu, 17 Jul 2008 07:43:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-Talend-for-an-ETL-Access-to-Oracle-project/m-p/2245538#M31359</guid>
      <dc:creator>fyk_cz</dc:creator>
      <dc:date>2008-07-17T07:43:03Z</dc:date>
    </item>
  </channel>
</rss>

