<?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: Automating Oracle to Oracle data transfer in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Automating-Oracle-to-Oracle-data-transfer/m-p/2231052#M21487</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Please find the below link of the article for dynamic ingestion of data to Oracle database.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/article/ka03p0000006EnMAAU" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/Dynamic-ingestion-of-data-to-an-Oracle-database/ta-p/154657&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt; 
&lt;P&gt;Pratheek NM&lt;/P&gt;</description>
    <pubDate>Tue, 09 Apr 2019 05:48:12 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-04-09T05:48:12Z</dc:date>
    <item>
      <title>Automating Oracle to Oracle data transfer</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Automating-Oracle-to-Oracle-data-transfer/m-p/2231046#M21481</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Objective:&lt;/STRONG&gt; We have hundreds of tables in an Oracle database and I want a Talend job that will load the data into a second Oracle database table by table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Ideal State:&lt;/STRONG&gt; I developed two jobs (export and import), one job queries each table from the source Oracle database and pushes a CSV file into an AWS bucket.&amp;nbsp; The second job pulls each CSV file from the S3 bucket and loads the data directly into the target Oracle database. This is all controlled through a file that tells the first job which table(s) that need to be extracted and is completely automated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Problem:&amp;nbsp;&lt;/STRONG&gt; After I load the data from the CSV file and attempt to insert into the target database I run into issues with tOracleOutput component.&amp;nbsp; Because I am automating this entire process I must use a dynamic schema within the tOracleOutput.&amp;nbsp; However the tOracleOuput forces you to select one and only one DB Type for the entire table (why it wouldn't still be dynamic is beyond me).&amp;nbsp; At this point I get errors for fields such as date since they are not varchar2.&amp;nbsp; Just a side note, if all of the fields in my table are varchar2 than this process works flawlessly.&amp;nbsp; My issue is between the different database types and how to get Talend to properly handle them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you'd like any screenshots or have any questions please let me know.&amp;nbsp; I am trying to avoid going through each table and specifying the exact data types for all of the columns.&amp;nbsp; Automating this process would be such a great success for my team.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:09:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Automating-Oracle-to-Oracle-data-transfer/m-p/2231046#M21481</guid>
      <dc:creator>mbennitt</dc:creator>
      <dc:date>2024-11-16T06:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: Automating Oracle to Oracle data transfer</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Automating-Oracle-to-Oracle-data-transfer/m-p/2231047#M21482</link>
      <description>&lt;P&gt;Did you already tried to set your schema defination using tSetDynamicSchema ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.talend.com/reader/8HHHqjH2oIXwCiEYmDpB2g/b8bqTFqcCd8o7JBzPWex8A" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;https://help.talend.com/reader/8HHHqjH2oIXwCiEYmDpB2g/b8bqTFqcCd8o7JBzPWex8A&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.talend.com/reader/8HHHqjH2oIXwCiEYmDpB2g/1FqstMAYF90og1imy_W2tw" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/8HHHqjH2oIXwCiEYmDpB2g/1FqstMAYF90og1imy_W2tw&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 15:09:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Automating-Oracle-to-Oracle-data-transfer/m-p/2231047#M21482</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-04-03T15:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Automating Oracle to Oracle data transfer</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Automating-Oracle-to-Oracle-data-transfer/m-p/2231048#M21483</link>
      <description>&lt;P&gt;Wouldn't that mean that I would have to set the&amp;nbsp;&lt;SPAN&gt;tSetDynamicSchema specific to each table?&amp;nbsp; I'm not sure if this would work since I am parsing through hundreds of tables with differing structures and data types.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 15:14:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Automating-Oracle-to-Oracle-data-transfer/m-p/2231048#M21483</guid>
      <dc:creator>mbennitt</dc:creator>
      <dc:date>2019-04-03T15:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: Automating Oracle to Oracle data transfer</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Automating-Oracle-to-Oracle-data-transfer/m-p/2231049#M21484</link>
      <description>&lt;P&gt;Yes , but it would be easy to prepare these file using Oracle&amp;nbsp;all_tab_cols tables.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 15:17:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Automating-Oracle-to-Oracle-data-transfer/m-p/2231049#M21484</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-04-03T15:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: Automating Oracle to Oracle data transfer</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Automating-Oracle-to-Oracle-data-transfer/m-p/2231050#M21485</link>
      <description>&lt;P&gt;My colleague&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/005390000069QrQAAU"&gt;@groupproductmanagement&lt;/A&gt;&amp;nbsp;has already created a good article to dynamically load the data to multiple Oracle tables.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I hope your use case can be satisfied with minor changes to this article's code base.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Edit Note:- Link removed as I had accidentally posted internal link before publishing of the article. Once the article is published, we will share the public link&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2019 08:44:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Automating-Oracle-to-Oracle-data-transfer/m-p/2231050#M21485</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-04T08:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Automating Oracle to Oracle data transfer</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Automating-Oracle-to-Oracle-data-transfer/m-p/2231051#M21486</link>
      <description>Link is not accessible. Is it possible if you can share the gist of design&lt;BR /&gt;flow.&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Apr 2019 08:53:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Automating-Oracle-to-Oracle-data-transfer/m-p/2231051#M21486</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-04-04T08:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Automating Oracle to Oracle data transfer</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Automating-Oracle-to-Oracle-data-transfer/m-p/2231052#M21487</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Please find the below link of the article for dynamic ingestion of data to Oracle database.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/article/ka03p0000006EnMAAU" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/Dynamic-ingestion-of-data-to-an-Oracle-database/ta-p/154657&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt; 
&lt;P&gt;Pratheek NM&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2019 05:48:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Automating-Oracle-to-Oracle-data-transfer/m-p/2231052#M21487</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-09T05:48:12Z</dc:date>
    </item>
  </channel>
</rss>

