<?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 Load errors out after 10000 records in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Oracle-Load-errors-out-after-10000-records/m-p/2316647#M87174</link>
    <description>It is a miracle to me. We output data to an Oracle database and usually work with a batch size of 10k and commit size 10k and it works well. 
&lt;BR /&gt;It is not a bug from Talend it is an bug of the Oracle JDBC driver. You should check if you can replace the driver or update it.
&lt;BR /&gt;Here an outdated discussion which shows, this error happens to other developer too:
&lt;BR /&gt;
&lt;A href="https://community.oracle.com/message/2255186" rel="nofollow noopener noreferrer"&gt;https://community.oracle.com/message/2255186&lt;/A&gt;</description>
    <pubDate>Sat, 29 Mar 2014 09:56:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-03-29T09:56:29Z</dc:date>
    <item>
      <title>Oracle Load errors out after 10000 records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Oracle-Load-errors-out-after-10000-records/m-p/2316640#M87167</link>
      <description>Hi 
&lt;BR /&gt;I have a simple load from a flat file into a remote Oracle database. The first 10k records fly into the database but the load errors out afterwards 
&lt;BR /&gt;Starting job LoadHUBAccounts at 15:12 23/03/2009. connecting to socket on port 3827 
&lt;BR /&gt; connected 
&lt;BR /&gt;Exception in component tOracleOutput_1 
&lt;BR /&gt;java.lang.ArrayIndexOutOfBoundsException: -32303 
&lt;BR /&gt; at oracle.jdbc.driver.OraclePreparedStatement.setupBindBuffers(OraclePreparedStatement.java:2673) 
&lt;BR /&gt; at oracle.jdbc.driver.OraclePreparedStatement.executeBatch(OraclePreparedStatement.java:10689) 
&lt;BR /&gt; at custody_plus.loadhubaccounts_0_1.LoadHUBAccounts.tFileInputPositional_1Process(LoadHUBAccounts.java:3260) 
&lt;BR /&gt; at custody_plus.loadhubaccounts_0_1.LoadHUBAccounts.runJobInTOS(LoadHUBAccounts.java:3434) 
&lt;BR /&gt; at custody_plus.loadhubaccounts_0_1.LoadHUBAccounts.main(LoadHUBAccounts.java:3343) 
&lt;BR /&gt; disconnected 
&lt;BR /&gt;I'm assuming this is an Oracle driver issue but not sure. 
&lt;BR /&gt;Cheers 
&lt;BR /&gt;Al</description>
      <pubDate>Sat, 16 Nov 2024 14:01:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Oracle-Load-errors-out-after-10000-records/m-p/2316640#M87167</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Load errors out after 10000 records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Oracle-Load-errors-out-after-10000-records/m-p/2316641#M87168</link>
      <description>Check your advanced settings tab - there is likely a setting similar to "Commit Every XXXX rows"&lt;BR /&gt;If that's the case and it's set to 10,000 - we're on to something.&lt;BR /&gt;Also, Do those first 10,000 records actually get loaded to the database? Have you confirmed they're actually in the table?</description>
      <pubDate>Tue, 24 Mar 2009 15:37:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Oracle-Load-errors-out-after-10000-records/m-p/2316641#M87168</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-03-24T15:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Load errors out after 10000 records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Oracle-Load-errors-out-after-10000-records/m-p/2316642#M87169</link>
      <description>I raised the number if records before commit to 100k and all my rows inserted no problem. The file had 65k records so it never reached the commit point.
&lt;BR /&gt;Previously with the commit point at 10k the first 10k records inserted and then the job errored out as above.
&lt;BR /&gt;I'll try to re-create with the larger commit size at 100k.</description>
      <pubDate>Tue, 24 Mar 2009 16:59:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Oracle-Load-errors-out-after-10000-records/m-p/2316642#M87169</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-03-24T16:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Load errors out after 10000 records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Oracle-Load-errors-out-after-10000-records/m-p/2316643#M87170</link>
      <description>Hi, 
&lt;BR /&gt;I have the same problem in a job inserting in an oracle table. 
&lt;BR /&gt;If I set the commit interval between 5000 and 20 000, the job abort after the second commit with this error : 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Exception in component tOracleOutput_1&lt;BR /&gt;java.lang.ArrayIndexOutOfBoundsException&lt;BR /&gt;at oracle.jdbc.driver.OraclePreparedStatement.setupBindBuffers(OraclePreparedStatement.java:2673)&lt;BR /&gt;at oracle.jdbc.driver.OraclePreparedStatement.executeBatch(OraclePreparedStatement.java:10689)&lt;BR /&gt;at dev_nsa.fichier_flabe_xml_0_1.Fichier_FLABE_XML.tFileInputDelimited_1Process(Fichier_FLABE_XML.java:11179)&lt;BR /&gt;at dev_nsa.fichier_flabe_xml_0_1.Fichier_FLABE_XML.runJobInTOS(Fichier_FLABE_XML.java:13402)&lt;BR /&gt;at dev_nsa.fichier_flabe_xml_0_1.Fichier_FLABE_XML.main(Fichier_FLABE_XML.java:13304)&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;If I set the commit interval to 2000 or 50 000, it works. (slowly, but it works) 
&lt;BR /&gt;I use a tOracleOutput with an Oracle SID connexion and Oracle 10. 
&lt;BR /&gt;With Talend Open Studio 3.1.0.RC1_r23203. 
&lt;BR /&gt;Thank you, 
&lt;BR /&gt;Nicolas</description>
      <pubDate>Tue, 21 Apr 2009 14:08:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Oracle-Load-errors-out-after-10000-records/m-p/2316643#M87170</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2009-04-21T14:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Load errors out after 10000 records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Oracle-Load-errors-out-after-10000-records/m-p/2316644#M87171</link>
      <description>For information : 
&lt;BR /&gt;The problem was solved in the last version of TOS : 3.1.0.r24382.
&lt;BR /&gt;Nicolas</description>
      <pubDate>Wed, 06 May 2009 07:55:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Oracle-Load-errors-out-after-10000-records/m-p/2316644#M87171</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2009-05-06T07:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Load errors out after 10000 records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Oracle-Load-errors-out-after-10000-records/m-p/2316645#M87172</link>
      <description>This error has re-appeared! I was running Jobs in Open Studio V4.2.2 and the Jobs were working correctly. However, my management asked me to investigate the MDM tool therefore I downloaded MDM CE V4.2.3 r67267 and installed this. I migrated my Jobs into the new version and tried to run them. They errored. On investigation the error was exactly as described in this post. The fail only happens with UPDATE clause in a tOracleOutput. When set to 10 000 rows it errors as above, I raised it to 1 000 000 rows and the fault disappeared and the Job completed successfully. This is a real pain as to test the Jobs in the MDM environment I now have to rework all the affected Jobs to take account of this.</description>
      <pubDate>Tue, 11 Oct 2011 16:44:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Oracle-Load-errors-out-after-10000-records/m-p/2316645#M87172</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-10-11T16:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Load errors out after 10000 records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Oracle-Load-errors-out-after-10000-records/m-p/2316646#M87173</link>
      <description>I managed to circumvent this bug not by increasing the size of the commit but in contrary to make it much smaller (10 rows). I have a process with over 500k rows so this is quite slow but this could be another solution to this bug that continues to appear in Version: 5.4.1, Build id: r111943-20131212-1133 (community edition).
&lt;BR /&gt;I tried to increase the commit to 1M rows but I hit Javaheap issue there, this is why I just tried to make my commits smaller.</description>
      <pubDate>Fri, 28 Mar 2014 13:35:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Oracle-Load-errors-out-after-10000-records/m-p/2316646#M87173</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-03-28T13:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Load errors out after 10000 records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Oracle-Load-errors-out-after-10000-records/m-p/2316647#M87174</link>
      <description>It is a miracle to me. We output data to an Oracle database and usually work with a batch size of 10k and commit size 10k and it works well. 
&lt;BR /&gt;It is not a bug from Talend it is an bug of the Oracle JDBC driver. You should check if you can replace the driver or update it.
&lt;BR /&gt;Here an outdated discussion which shows, this error happens to other developer too:
&lt;BR /&gt;
&lt;A href="https://community.oracle.com/message/2255186" rel="nofollow noopener noreferrer"&gt;https://community.oracle.com/message/2255186&lt;/A&gt;</description>
      <pubDate>Sat, 29 Mar 2014 09:56:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Oracle-Load-errors-out-after-10000-records/m-p/2316647#M87174</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-29T09:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Load errors out after 10000 records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Oracle-Load-errors-out-after-10000-records/m-p/2316648#M87175</link>
      <description>This is also a problem in 5.5 running on SQL Server 2014. &amp;nbsp;The solution is to select the output component advanced settings and disable "Use Batch Size". &amp;nbsp;The commit size does not matter.</description>
      <pubDate>Mon, 02 Mar 2015 21:43:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Oracle-Load-errors-out-after-10000-records/m-p/2316648#M87175</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-02T21:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Load errors out after 10000 records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Oracle-Load-errors-out-after-10000-records/m-p/2316649#M87176</link>
      <description>Using Oracle 11g and Talend Open Studio Build id: V5.6.1_20141207_1530 :cool:, I found that setting your commit to 1000 as opposed to the standard 10,000 does the trick and imports all data in.&amp;nbsp; Not sure why, just tried it (based on prior comment) and confirmed on several data streams that this is the case. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDlz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131027i5A70D749135ED780/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDlz.png" alt="0683p000009MDlz.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 19 May 2015 18:41:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Oracle-Load-errors-out-after-10000-records/m-p/2316649#M87176</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-19T18:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Load errors out after 10000 records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Oracle-Load-errors-out-after-10000-records/m-p/2316650#M87177</link>
      <description>java.lang.ArrayIndexOutOfBoundsException
&lt;BR /&gt;We are upgrading from 5.1 to 5.6.1 and I could not figure out what this tOracleOutput error was until I found this thread.&amp;nbsp; The issue was that Oracle components that used cursor setting needed to be changed to 1000 and then they worked.&amp;nbsp; Thank you 
&lt;B&gt;oscarvalles!&lt;/B&gt;</description>
      <pubDate>Wed, 24 Jun 2015 15:19:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Oracle-Load-errors-out-after-10000-records/m-p/2316650#M87177</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2015-06-24T15:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Load errors out after 10000 records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Oracle-Load-errors-out-after-10000-records/m-p/2316651#M87178</link>
      <description>Try switching to the ojdbc7 (instead of ojdbc6) jar, since it's a newer version that does not appear to have this problem. 
&lt;BR /&gt;You might have to edit your connection .properties file with a text editor to switch it from ojdbc6-11 to ojdbc7-12, then go into talend and "modify" it without changing anything, when you hit finish it will prompt to update all jobs that use it. 
&lt;BR /&gt;(FYI, the ojdbc7-12 driver is compatible with oracle 11g as well as 12c, probably 10g too, but I hope you aren't using that)</description>
      <pubDate>Tue, 01 Sep 2015 15:14:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Oracle-Load-errors-out-after-10000-records/m-p/2316651#M87178</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2015-09-01T15:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Load errors out after 10000 records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Oracle-Load-errors-out-after-10000-records/m-p/2316652#M87179</link>
      <description>Same problem here loading several rows into an Oracle table and using JDBC driver ojdbc6.jar 
&lt;BR /&gt;Exception in component tOracleOutput_1 
&lt;BR /&gt;java.lang.ArrayIndexOutOfBoundsException: -32467 
&lt;BR /&gt;Buliding the job to run it out of TOS DI (replacing ojdbc6.jar in lib folder with ojdbc7.jar and adjusting the batch file to start the job), the problem is solved, no more errors. 
&lt;BR /&gt;Now, how can I tell Talend (TOS DI) to use ojdbc7.jar instead of ojdbc6 in all tOracle* components and without using tOracleConnection as I need to specify the commit interval? In this way I could run it inside TOS.</description>
      <pubDate>Wed, 23 Sep 2015 11:52:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Oracle-Load-errors-out-after-10000-records/m-p/2316652#M87179</guid>
      <dc:creator>PaoloS1</dc:creator>
      <dc:date>2015-09-23T11:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Load errors out after 10000 records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Oracle-Load-errors-out-after-10000-records/m-p/2316653#M87180</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Try switching to the ojdbc7 (instead of ojdbc6) jar, since it's a newer version that does not appear to have this problem.&lt;BR /&gt;You might have to edit your connection .properties file with a text editor to switch it from ojdbc6-11 to ojdbc7-12, then go into talend and "modify" it without changing anything, when you hit finish it will prompt to update all jobs that use it.&lt;BR /&gt;(FYI, the ojdbc7-12 driver is compatible with oracle 11g as well as 12c, probably 10g too, but I hope you aren't using that)&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Hi, Can you explain me where can I find .properties file to switch it from&amp;nbsp;ojdbc6-11 to ojdbc7-12 please?</description>
      <pubDate>Mon, 28 Sep 2015 08:14:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Oracle-Load-errors-out-after-10000-records/m-p/2316653#M87180</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-28T08:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Load errors out after 10000 records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Oracle-Load-errors-out-after-10000-records/m-p/2316654#M87181</link>
      <description>Get new Oracle ojdbc6.jar from Oracle 11.2.0.4, it has this problem fixed:&lt;BR /&gt;Copy it to c:/talend/TOS_BD-20150908_1633-V6.0.1/workspace/&amp;lt;your project&amp;gt;/temp/dbWizard and replace old one there.&lt;BR /&gt;Andrew</description>
      <pubDate>Tue, 13 Oct 2015 16:28:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Oracle-Load-errors-out-after-10000-records/m-p/2316654#M87181</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-13T16:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Load errors out after 10000 records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Oracle-Load-errors-out-after-10000-records/m-p/2316655#M87182</link>
      <description>Link has been removed from the previous post, so google "oracle ojdbc6.jar" and select first link.
&lt;BR /&gt;Andrew</description>
      <pubDate>Tue, 13 Oct 2015 16:30:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Oracle-Load-errors-out-after-10000-records/m-p/2316655#M87182</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-13T16:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Load errors out after 10000 records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Oracle-Load-errors-out-after-10000-records/m-p/2316656#M87183</link>
      <description>Thank you&amp;nbsp;oscarvalles!&lt;BR /&gt;IT IS SOLVED BY SETTING COMMIT EVERY :1000 AS OPPOSE TO STANDARD 10,000 IN ADVANCED SETTINGS OF TORACLEOUTPUT COMPONENT VIEW.</description>
      <pubDate>Wed, 07 Sep 2016 16:58:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Oracle-Load-errors-out-after-10000-records/m-p/2316656#M87183</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-07T16:58:01Z</dc:date>
    </item>
  </channel>
</rss>

