<?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: ArrayIndexOutOfBoundsException TOS5.4 - tOracleOutput (ojdbc6.jar) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/ArrayIndexOutOfBoundsException-TOS5-4-tOracleOutput-ojdbc6-jar/m-p/2329040#M98262</link>
    <description>I have the same issue. I have ojdbc6.jar in all my categories. What should i change in toracleOutput_java.xml? 
&lt;BR /&gt;after i changed one line from ojdbc14 to ojdbc6 in import tag now oracle output component doesnt work at all.. can you give me more detailed and structured answer how can this problem be solved. 
&lt;BR /&gt;the line i have now in oracleoutput.xml yet component still not working in talend
&lt;BR /&gt; &amp;lt;IMPORT NAME="ORACLE_11" MODULE="ojdbc6.jar" BundleID="" UrlPath="platform:/plugin/org.talend.libraries.jdbc.oracle/lib/ojdbc6.jar" REQUIRED_IF="(DB_VERSION == 'ORACLE_11') AND (USE_EXISTING_CONNECTION == 'false') AND (SPECIFY_DATASOURCE_ALIAS == 'false')" /&amp;gt;</description>
    <pubDate>Thu, 22 May 2014 14:48:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-05-22T14:48:42Z</dc:date>
    <item>
      <title>ArrayIndexOutOfBoundsException TOS5.4 - tOracleOutput (ojdbc6.jar)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/ArrayIndexOutOfBoundsException-TOS5-4-tOracleOutput-ojdbc6-jar/m-p/2329038#M98260</link>
      <description>I am receiving the following error: 
&lt;BR /&gt;Exception in component tOracleOutput_1 
&lt;BR /&gt;java.lang.ArrayIndexOutOfBoundsException: -32703 
&lt;BR /&gt; at oracle.jdbc.driver.OraclePreparedStatement.setupBindBuffers(OraclePreparedStatement.java:2677) 
&lt;BR /&gt; at oracle.jdbc.driver.OraclePreparedStatement.executeBatch(OraclePreparedStatement.java:9270) 
&lt;BR /&gt; at oracle.jdbc.driver.OracleStatementWrapper.executeBatch(OracleStatementWrapper.java:210) 
&lt;BR /&gt;This error occurs after TalenD downloads the 'Required' ojdbc6.jar file. I had the ojdbc14.jar file in the proper locations, but TalenD didn't seem to utilize that driver. After downloading the job runs and inserts 10000 rows and then errors out. 
&lt;BR /&gt;I have both ojdbc6.jar and ojdbc14.jar in the following folders/locations: 
&lt;BR /&gt;TOS/lib/java 
&lt;BR /&gt;TOS/workspace/lib/.JAVA 
&lt;BR /&gt;oracle/product/.../jdbc/lib 
&lt;BR /&gt;My version of TalenD DI (5.4.1.r111943) is requiring the ojdbc6.jar for my tOracleOutput(s) that are connections to an Oracle 10.2.0.2 database. I am unable to process more than 10000 rows of data for any Oracle output. Some help would be greatly appreciated. 
&lt;BR /&gt;I have another environment that is running TalenD DI (5.2.0.92826) some exact jobs and connections to the same Oracle DB 10.2.0.2 and it works just fine. Locations of the ojdbc#.jar files are identical.</description>
      <pubDate>Fri, 18 Apr 2014 21:53:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/ArrayIndexOutOfBoundsException-TOS5-4-tOracleOutput-ojdbc6-jar/m-p/2329038#M98260</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-18T21:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: ArrayIndexOutOfBoundsException TOS5.4 - tOracleOutput (ojdbc6.jar)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/ArrayIndexOutOfBoundsException-TOS5-4-tOracleOutput-ojdbc6-jar/m-p/2329039#M98261</link>
      <description>Hi, &lt;BR /&gt;The component depends on an specific version. Unfortunately it does not help if you add a new driver into the lib directory.&lt;BR /&gt;You should put the newer version into the component directory and edit the xml file toracleOutput_java.xml (try to find the IMPORT declaration and change it to your newer version).&lt;BR /&gt;After doing that, please delete the file &amp;lt;studio-install-dir&amp;gt;/configuration/ComponentCache.javacache and restart studio.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 21 Apr 2014 04:12:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/ArrayIndexOutOfBoundsException-TOS5-4-tOracleOutput-ojdbc6-jar/m-p/2329039#M98261</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-21T04:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: ArrayIndexOutOfBoundsException TOS5.4 - tOracleOutput (ojdbc6.jar)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/ArrayIndexOutOfBoundsException-TOS5-4-tOracleOutput-ojdbc6-jar/m-p/2329040#M98262</link>
      <description>I have the same issue. I have ojdbc6.jar in all my categories. What should i change in toracleOutput_java.xml? 
&lt;BR /&gt;after i changed one line from ojdbc14 to ojdbc6 in import tag now oracle output component doesnt work at all.. can you give me more detailed and structured answer how can this problem be solved. 
&lt;BR /&gt;the line i have now in oracleoutput.xml yet component still not working in talend
&lt;BR /&gt; &amp;lt;IMPORT NAME="ORACLE_11" MODULE="ojdbc6.jar" BundleID="" UrlPath="platform:/plugin/org.talend.libraries.jdbc.oracle/lib/ojdbc6.jar" REQUIRED_IF="(DB_VERSION == 'ORACLE_11') AND (USE_EXISTING_CONNECTION == 'false') AND (SPECIFY_DATASOURCE_ALIAS == 'false')" /&amp;gt;</description>
      <pubDate>Thu, 22 May 2014 14:48:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/ArrayIndexOutOfBoundsException-TOS5-4-tOracleOutput-ojdbc6-jar/m-p/2329040#M98262</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-22T14:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: ArrayIndexOutOfBoundsException TOS5.4 - tOracleOutput (ojdbc6.jar)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/ArrayIndexOutOfBoundsException-TOS5-4-tOracleOutput-ojdbc6-jar/m-p/2329041#M98263</link>
      <description>Hi all&lt;BR /&gt;I've the same error. I tried to commit every 1000 rows and the it's work fine.</description>
      <pubDate>Fri, 01 Aug 2014 10:57:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/ArrayIndexOutOfBoundsException-TOS5-4-tOracleOutput-ojdbc6-jar/m-p/2329041#M98263</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-08-01T10:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: ArrayIndexOutOfBoundsException TOS5.4 - tOracleOutput (ojdbc6.jar)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/ArrayIndexOutOfBoundsException-TOS5-4-tOracleOutput-ojdbc6-jar/m-p/2329042#M98264</link>
      <description>I downgraded the driver from oracle 11 to oracle 10 - seemed to work fine.&lt;BR /&gt;Obviously not a great solution in all contexts but worked for me.</description>
      <pubDate>Thu, 11 Sep 2014 17:16:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/ArrayIndexOutOfBoundsException-TOS5-4-tOracleOutput-ojdbc6-jar/m-p/2329042#M98264</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-09-11T17:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: ArrayIndexOutOfBoundsException TOS5.4 - tOracleOutput (ojdbc6.jar)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/ArrayIndexOutOfBoundsException-TOS5-4-tOracleOutput-ojdbc6-jar/m-p/2329043#M98265</link>
      <description>hi all, 
&lt;BR /&gt;seems that i have same problems. 
&lt;BR /&gt;migration from 4.0.3 (using ojdbc14 &amp;amp; worked fine) to 5.4.2 (use ojdbc6 and crash). 
&lt;BR /&gt;What's the strategy for Talend to select the version of ojdbc to load.&amp;nbsp; 
&lt;BR /&gt;my component indicate &amp;nbsp;Oracle 11 &amp;nbsp;&amp;amp; I have java 7. And if look for information about ojdbc6 at Oracle : 
&lt;BR /&gt; 
&lt;PRE&gt;Oracle 11g : Classes for use with JDK 1.6&lt;/PRE&gt; 
&lt;BR /&gt;I've found some post about same problem in 2013. 
&lt;BR /&gt;Is it possible to point ojdbc version failure (seems always be ojdbc6 driver) to avoid load those ones ! 
&lt;BR /&gt;or put an alert when using that one : 'be aware to &amp;nbsp;xxxxx lines /commit" 
&lt;BR /&gt;regards 
&lt;BR /&gt;laurent 
&lt;BR /&gt;edit : 
&lt;BR /&gt;for strategy all is in local provider : 
&lt;BR /&gt; 
&lt;PRE&gt;&lt;BR /&gt;for strategy of load all is in xml component (local provider) &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&amp;lt;IMPORT NAME="Driver-Oracle-XDB" REQUIRED_IF="SCHEMA.DB_TYPE IN " UrlPath="platform:/plugin/org.talend.libraries.jdbc.oracle/lib/xdb.jar" MODULE="xdb.jar"/&amp;gt;&amp;lt;IMPORT NAME="Driver-Oracle-XMLPARSERV2" REQUIRED_IF="SCHEMA.DB_TYPE IN " UrlPath="platform:/plugin/org.talend.libraries.jdbc.oracle/lib/xmlparserv2.jar" MODULE="xmlparserv2.jar" BundleID=""/&amp;gt;&amp;lt;IMPORT NAME="Talend-oracle-timestamptz" REQUIRED_IF="(DB_VERSION == 'ORACLE_11-6') OR (DB_VERSION=='ORACLE_11') OR (DB_VERSION=='ORACLE_10')" UrlPath="platform:/plugin/org.talend.libraries.custom/lib/talend-oracle-timestamptz.jar" MODULE="talend-oracle-timestamptz.jar"/&amp;gt;&amp;lt;IMPORT NAME="ORACLE_11-6" REQUIRED_IF="(DB_VERSION == 'ORACLE_11-6') AND (USE_EXISTING_CONNECTION == 'false') AND (SPECIFY_DATASOURCE_ALIAS == 'false')" UrlPath="platform:/plugin/org.talend.libraries.jdbc.oracle/lib/ojdbc6.jar" MODULE="ojdbc6.jar" BundleID=""/&amp;gt;&amp;lt;IMPORT NAME="ORACLE_11" REQUIRED_IF="(DB_VERSION == 'ORACLE_11') AND (USE_EXISTING_CONNECTION == 'false') AND (SPECIFY_DATASOURCE_ALIAS == 'false')" UrlPath="platform:/plugin/org.talend.libraries.jdbc.oracle/lib/ojdbc6.jar" MODULE="ojdbc6.jar" BundleID=""/&amp;gt;&amp;lt;IMPORT NAME="ORACLE_10" REQUIRED_IF="(DB_VERSION == 'ORACLE_10') AND (USE_EXISTING_CONNECTION == 'false') AND (SPECIFY_DATASOURCE_ALIAS == 'false')" UrlPath="platform:/plugin/org.talend.libraries.jdbc.oracle/lib/ojdbc14.jar" MODULE="ojdbc14.jar" BundleID=""/&amp;gt;&amp;lt;IMPORT NAME="ORACLE_9" REQUIRED_IF="(DB_VERSION == 'ORACLE_9') AND (USE_EXISTING_CONNECTION == 'false') AND (SPECIFY_DATASOURCE_ALIAS == 'false')" UrlPath="platform:/plugin/org.talend.libraries.jdbc.oracle/lib/ojdbc14-9i.jar" MODULE="ojdbc14-9i.jar" BundleID=""/&amp;gt;&amp;lt;IMPORT NAME="ORACLE_8" REQUIRED_IF="(DB_VERSION == 'ORACLE_8') AND (USE_EXISTING_CONNECTION == 'false') AND (SPECIFY_DATASOURCE_ALIAS == 'false')" UrlPath="platform:/plugin/org.talend.libraries.jdbc.oracle/lib/ojdbc12.jar" MODULE="ojdbc12.jar" BundleID=""/&amp;gt;&lt;BR /&gt;&lt;/PRE&gt; 
&lt;BR /&gt;but when looking at modules (jar required) 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDo0.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153888iD6C7C530FC8907E6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDo0.png" alt="0683p000009MDo0.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;And when Build Job, is the ojdbc6 that is stored in the lib (package). 
&lt;BR /&gt;So I want ot avoid to use it . but can I use ojdbc14 without risk (with Oracle11)? or which other one ? 
&lt;BR /&gt;down the number of lines/commit is not solution for my cases 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;thanks for advices</description>
      <pubDate>Thu, 25 Sep 2014 13:56:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/ArrayIndexOutOfBoundsException-TOS5-4-tOracleOutput-ojdbc6-jar/m-p/2329043#M98265</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-25T13:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: ArrayIndexOutOfBoundsException TOS5.4 - tOracleOutput (ojdbc6.jar)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/ArrayIndexOutOfBoundsException-TOS5-4-tOracleOutput-ojdbc6-jar/m-p/2329044#M98266</link>
      <description>of cousre I can modify Talend code in the xml (looks like it correct the bug):
&lt;BR /&gt;
&lt;PRE&gt;&amp;lt;IMPORT NAME="ORACLE_11"  MODULE="ojdbc14.jar" BundleID="" UrlPath="platform:/plugin/org.talend.libraries.jdbc.oracle/lib/ojdbc14.jar" REQUIRED_IF="(DB_VERSION == 'ORACLE_11') AND (USE_EXISTING_CONNECTION == 'false') AND (SPECIFY_DATASOURCE_ALIAS == 'false')" /&amp;gt;&lt;/PRE&gt;
&lt;BR /&gt;but I guess that there is a reason why Talend didn't provide it , isn't it ?
&lt;BR /&gt;still a geek solution to not modify Talend code : replace ojdbc6 by ojdbc14 and rename it by ojdbc6 ... (seems to work as well)
&lt;BR /&gt;but doesn't sound an optimal solution either, even if it's works
&lt;BR /&gt;thanks for advices
&lt;BR /&gt;ps : on TIS 5.4.2
&lt;BR /&gt;regards</description>
      <pubDate>Thu, 25 Sep 2014 16:21:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/ArrayIndexOutOfBoundsException-TOS5-4-tOracleOutput-ojdbc6-jar/m-p/2329044#M98266</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-25T16:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: ArrayIndexOutOfBoundsException TOS5.4 - tOracleOutput (ojdbc6.jar)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/ArrayIndexOutOfBoundsException-TOS5-4-tOracleOutput-ojdbc6-jar/m-p/2329045#M98267</link>
      <description>Hi Team,
&lt;BR /&gt;We are getting below error when we are loading data from Oracle to Oracle DB when there are records greater than 10k. Please can you help me out with this issue.
&lt;BR /&gt;Error:TOracleOutput_1 -32493 Exception in component tOracleOutput_1 java.lang.ArrayIndexOutOfBoundsException: -32493
&lt;BR /&gt;Talend Studio Version : 6.1.1
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Sanjay</description>
      <pubDate>Thu, 19 May 2016 14:31:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/ArrayIndexOutOfBoundsException-TOS5-4-tOracleOutput-ojdbc6-jar/m-p/2329045#M98267</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-19T14:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: ArrayIndexOutOfBoundsException TOS5.4 - tOracleOutput (ojdbc6.jar)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/ArrayIndexOutOfBoundsException-TOS5-4-tOracleOutput-ojdbc6-jar/m-p/2329046#M98268</link>
      <description>Hi Team, 
&lt;BR /&gt; 
&lt;FONT color="#1f497d"&gt;we are facing below issue when we are extracting data from Source Oracle views and loading into Oracle DWH table. We are using tOracleInput as source component and tOracleOutput as Target component. Please can you let us know how to resolve with this issue.&lt;/FONT&gt; 
&lt;FONT color="#1f497d"&gt;&amp;nbsp;Let me know if you need more details.&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;B&gt;&lt;FONT color="#1f497d"&gt;Error: Exception in component tOracleOutput_1 java.sql.SQLException: ORA-28040: No matching authentication protocol&lt;/FONT&gt;&lt;/B&gt; 
&lt;BR /&gt; 
&lt;B&gt;&lt;FONT color="#1f497d"&gt;We are using Talend Studio 6.1.1 version.&lt;/FONT&gt;&lt;/B&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;B&gt;&lt;FONT color="#1f497d"&gt;Regards,&lt;/FONT&gt;&lt;/B&gt; 
&lt;BR /&gt; 
&lt;B&gt;&lt;FONT color="#1f497d"&gt;Rajkumar.&lt;/FONT&gt;&lt;/B&gt;</description>
      <pubDate>Fri, 20 May 2016 10:30:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/ArrayIndexOutOfBoundsException-TOS5-4-tOracleOutput-ojdbc6-jar/m-p/2329046#M98268</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-20T10:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: ArrayIndexOutOfBoundsException TOS5.4 - tOracleOutput (ojdbc6.jar)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/ArrayIndexOutOfBoundsException-TOS5-4-tOracleOutput-ojdbc6-jar/m-p/2329047#M98269</link>
      <description>Curious about this error and the cause. The default commit and batch size of 10,000 usually works fine for me. However; it the table structure or data size is large, I get the error
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;ArrayIndexOutOfBoundsException&amp;nbsp;error and can resolve it by lowering the commit and batch size, I will try 5,000 then 1,000 and worse case set to 500. It would seem to me this is a resource limitation but setting JVM args to higher values doesn't seem to matter. What are I missing here?</description>
      <pubDate>Mon, 24 Oct 2016 14:48:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/ArrayIndexOutOfBoundsException-TOS5-4-tOracleOutput-ojdbc6-jar/m-p/2329047#M98269</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-24T14:48:25Z</dc:date>
    </item>
  </channel>
</rss>

