<?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: Oracle - What is the best way to bulk export using custom SQL? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Oracle-What-is-the-best-way-to-bulk-export-using-custom-SQL/m-p/2338658#M106875</link>
    <description>Hi,&lt;BR /&gt;Did you receive an answer for this?&lt;BR /&gt;Thanks,&lt;BR /&gt;B</description>
    <pubDate>Thu, 28 Apr 2016 20:07:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-04-28T20:07:15Z</dc:date>
    <item>
      <title>Oracle - What is the best way to bulk export using custom SQL?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Oracle-What-is-the-best-way-to-bulk-export-using-custom-SQL/m-p/2338657#M106874</link>
      <description>Normally I work in Teradata, I am trying to find the &lt;B&gt;Oracle &lt;/B&gt;equivilent of a &lt;B&gt;tTerdataFastExport&lt;/B&gt;&lt;BR /&gt;I have &lt;B&gt;multiple &lt;/B&gt;Oracle &lt;B&gt;tables &lt;/B&gt;I need to &lt;B&gt;join &lt;/B&gt;to get the data I want to &lt;B&gt;&lt;U&gt;bulk&lt;/U&gt; export&lt;/B&gt;.&lt;BR /&gt;Is &lt;B&gt;tOracleInput &lt;/B&gt;the only component I can use to send the &lt;B&gt;SQL statement&lt;/B&gt;? &lt;BR /&gt;Is there a faster component that I should use?</description>
      <pubDate>Wed, 13 Apr 2016 21:49:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Oracle-What-is-the-best-way-to-bulk-export-using-custom-SQL/m-p/2338657#M106874</guid>
      <dc:creator>talendtester</dc:creator>
      <dc:date>2016-04-13T21:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle - What is the best way to bulk export using custom SQL?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Oracle-What-is-the-best-way-to-bulk-export-using-custom-SQL/m-p/2338658#M106875</link>
      <description>Hi,&lt;BR /&gt;Did you receive an answer for this?&lt;BR /&gt;Thanks,&lt;BR /&gt;B</description>
      <pubDate>Thu, 28 Apr 2016 20:07:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Oracle-What-is-the-best-way-to-bulk-export-using-custom-SQL/m-p/2338658#M106875</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-28T20:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle - What is the best way to bulk export using custom SQL?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Oracle-What-is-the-best-way-to-bulk-export-using-custom-SQL/m-p/2338659#M106876</link>
      <description>No, still waiting...</description>
      <pubDate>Thu, 28 Apr 2016 20:16:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Oracle-What-is-the-best-way-to-bulk-export-using-custom-SQL/m-p/2338659#M106876</guid>
      <dc:creator>talendtester</dc:creator>
      <dc:date>2016-04-28T20:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle - What is the best way to bulk export using custom SQL?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Oracle-What-is-the-best-way-to-bulk-export-using-custom-SQL/m-p/2338660#M106877</link>
      <description>The tOracleInput should be OK for this. You could use the tOracleRow to make use of the Oracle bulk export functionality, but that would bring further complexity depending on what you want to do with the data. So what do you want to do with it? Also, why is the tOracleInput not fast enough? What sort of speeds are you getting? How many rows are you dealing with? Are you using the "Use Cursor" option (which actually allows you to set the fetch size of the data...this can aid in performance)?</description>
      <pubDate>Thu, 28 Apr 2016 23:14:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Oracle-What-is-the-best-way-to-bulk-export-using-custom-SQL/m-p/2338660#M106877</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-28T23:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle - What is the best way to bulk export using custom SQL?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Oracle-What-is-the-best-way-to-bulk-export-using-custom-SQL/m-p/2338661#M106878</link>
      <description>&lt;P&gt;&lt;SPAN&gt;So what do you want to do with it? &lt;STRONG&gt;I want to dump the data to a .csv delimited file.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Also, why is the tOracleInput not fast enough? &lt;STRONG&gt;It's slower than when I export from a Teradata database and slower than when I export from Oracle SQL Developer&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;What sort of speeds are you getting? &lt;STRONG&gt;It took over 4.5 hours&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;How many rows are you dealing with?&amp;nbsp;&lt;STRONG&gt;9.4 million rows with a single column &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Are you using the "Use Cursor" option (which actually allows you to set the fetch size of the data...this can aid in performance)? &lt;STRONG&gt;Yes, but I didn't increase the cursor size enough. &lt;U&gt;I increased the cursor size to 1 million and the export is done in 17 seconds!&lt;/U&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 May 2018 23:54:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Oracle-What-is-the-best-way-to-bulk-export-using-custom-SQL/m-p/2338661#M106878</guid>
      <dc:creator>talendtester</dc:creator>
      <dc:date>2018-05-14T23:54:08Z</dc:date>
    </item>
  </channel>
</rss>

