<?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] Load Oracle Data from one DB to another Oracle DB in Bulk in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Load-Oracle-Data-from-one-DB-to-another-Oracle-DB-in/m-p/2297250#M69841</link>
    <description>Hello, 
&lt;BR /&gt;I need to optimize a transaction of more than 7 million records in Talend. When I attempt to perform the operation raises two problems: 
&lt;BR /&gt;1. Consumption of all space Oracle "Table Espace" . 
&lt;BR /&gt;2. The time spent in the operation of over half an hour. 
&lt;BR /&gt;I tried solving the problem by optimizing the query, using the TMap "Max buffer size", and now attempt to test components and BulkExec OutputBulk but I've never suado and not if I solve my problem.</description>
    <pubDate>Wed, 03 Oct 2012 09:07:21 GMT</pubDate>
    <dc:creator>EnriquePFS1</dc:creator>
    <dc:date>2012-10-03T09:07:21Z</dc:date>
    <item>
      <title>[resolved] Load Oracle Data from one DB to another Oracle DB in Bulk</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Load-Oracle-Data-from-one-DB-to-another-Oracle-DB-in/m-p/2297246#M69837</link>
      <description>Hi, I am trying to run a talend job where i can take data from Oracle DB and output it to another Oracle DB. I am currently running a job that holds roughly 7M rows so using the (tOracleInput - to - tOracleOutput) take s a very long time. 
&lt;BR /&gt;I have seen a couple of components called tOracleOutputBulkExec and tOracleOutputBulk and tried to use them. Firstly I done know what the difference is between them, and secondly it doesnt do exactly what I wnat it to do. Boths these components write the data to a file and then im assuming it uploads this file to the Oracle Db using SQL Loader.
&lt;BR /&gt;Is there any way I can transform 7M rows from one DB to another DB in Talend VERY Quickly?
&lt;BR /&gt;Also is there a way where I can use Talend to break up large data into chunks and commit each chuck seperatley?</description>
      <pubDate>Sat, 16 Nov 2024 12:25:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Load-Oracle-Data-from-one-DB-to-another-Oracle-DB-in/m-p/2297246#M69837</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Load Oracle Data from one DB to another Oracle DB in Bulk</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Load-Oracle-Data-from-one-DB-to-another-Oracle-DB-in/m-p/2297247#M69838</link>
      <description>Hi&lt;BR /&gt;In fact, using tOracleBulkExec and tOracleOutputBulk is an efficient way to insert data.&lt;BR /&gt;tOracleInput--&amp;gt;tOracleOutputBulk&lt;BR /&gt;        |&lt;BR /&gt;  OnSubjobOk&lt;BR /&gt;        |&lt;BR /&gt;tOracleBulkExec&lt;BR /&gt;Could you show me screenshot of your job?&lt;BR /&gt;This is an issue about optimization. &lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Sun, 29 Jan 2012 09:50:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Load-Oracle-Data-from-one-DB-to-another-Oracle-DB-in/m-p/2297247#M69838</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-29T09:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Load Oracle Data from one DB to another Oracle DB in Bulk</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Load-Oracle-Data-from-one-DB-to-another-Oracle-DB-in/m-p/2297248#M69839</link>
      <description>Hi,&lt;BR /&gt;Thanks for the information.&lt;BR /&gt;Does the job you suggested use SQL Loader to load the data into the Oracle Table using tOracleBulkExec??</description>
      <pubDate>Mon, 30 Jan 2012 13:21:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Load-Oracle-Data-from-one-DB-to-another-Oracle-DB-in/m-p/2297248#M69839</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-30T13:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Load Oracle Data from one DB to another Oracle DB in Bulk</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Load-Oracle-Data-from-one-DB-to-another-Oracle-DB-in/m-p/2297249#M69840</link>
      <description>Hi&lt;BR /&gt;No. This is just an example.&lt;BR /&gt;In fact, when records come to 7M rows, the performance can't be VERY Quickly.&lt;BR /&gt;You have to find bottleneck of your job and optimize step by step.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Tue, 31 Jan 2012 01:48:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Load-Oracle-Data-from-one-DB-to-another-Oracle-DB-in/m-p/2297249#M69840</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-31T01:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Load Oracle Data from one DB to another Oracle DB in Bulk</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Load-Oracle-Data-from-one-DB-to-another-Oracle-DB-in/m-p/2297250#M69841</link>
      <description>Hello, 
&lt;BR /&gt;I need to optimize a transaction of more than 7 million records in Talend. When I attempt to perform the operation raises two problems: 
&lt;BR /&gt;1. Consumption of all space Oracle "Table Espace" . 
&lt;BR /&gt;2. The time spent in the operation of over half an hour. 
&lt;BR /&gt;I tried solving the problem by optimizing the query, using the TMap "Max buffer size", and now attempt to test components and BulkExec OutputBulk but I've never suado and not if I solve my problem.</description>
      <pubDate>Wed, 03 Oct 2012 09:07:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Load-Oracle-Data-from-one-DB-to-another-Oracle-DB-in/m-p/2297250#M69841</guid>
      <dc:creator>EnriquePFS1</dc:creator>
      <dc:date>2012-10-03T09:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Load Oracle Data from one DB to another Oracle DB in Bulk</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Load-Oracle-Data-from-one-DB-to-another-Oracle-DB-in/m-p/2297251#M69842</link>
      <description>I wonder what is the best way to solve the problem. Thanks in advance.</description>
      <pubDate>Wed, 03 Oct 2012 09:09:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Load-Oracle-Data-from-one-DB-to-another-Oracle-DB-in/m-p/2297251#M69842</guid>
      <dc:creator>EnriquePFS1</dc:creator>
      <dc:date>2012-10-03T09:09:52Z</dc:date>
    </item>
  </channel>
</rss>

