<?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: The code of method tOracleInput_1Process is exceeding the 65535 bytes in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/The-code-of-method-tOracleInput-1Process-is-exceeding-the-65535/m-p/2234436#M23810</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Please take a look at this KB article about:&lt;A title="https://help.talend.com/display/KB/Exception%3A+Exceeding+the+65535+bytes+limit" href="https://help.talend.com/display/KB/Exception%3A+Exceeding+the+65535+bytes+limit" target="_self" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/display/KB/Exception%3A+Exceeding+the+65535+bytes+limit&lt;/A&gt; to see if the solution is OK with you.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Thu, 27 Apr 2017 03:36:13 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-04-27T03:36:13Z</dc:date>
    <item>
      <title>The code of method tOracleInput_1Process is exceeding the 65535 bytes</title>
      <link>https://community.qlik.com/t5/Talend-Studio/The-code-of-method-tOracleInput-1Process-is-exceeding-the-65535/m-p/2234432#M23806</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;I am using toracleInput component to retreive data from database. While&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;running I am getting error "The code of method&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;tOracleInput_1Process(Map&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;String,Object&amp;gt;) is exceeding the 65535 bytes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;limit". So please let me know how to resolve the same/increase the limit.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;My job containts only 2 components toracleinput, toracleoutput. Job is simple retrieve data from 1 database and load to another database.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Durga Devi&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2017 19:06:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/The-code-of-method-tOracleInput-1Process-is-exceeding-the-65535/m-p/2234432#M23806</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-26T19:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: The code of method tOracleInput_1Process is exceeding the 65535 bytes</title>
      <link>https://community.qlik.com/t5/Talend-Studio/The-code-of-method-tOracleInput-1Process-is-exceeding-the-65535/m-p/2234433#M23807</link>
      <description>&lt;P&gt;Please find my flow as below&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="code limit issue.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LttH.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144803i24CDF1B4041B5522/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LttH.png" alt="0683p000009LttH.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2017 20:14:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/The-code-of-method-tOracleInput-1Process-is-exceeding-the-65535/m-p/2234433#M23807</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-26T20:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: The code of method tOracleInput_1Process is exceeding the 65535 bytes</title>
      <link>https://community.qlik.com/t5/Talend-Studio/The-code-of-method-tOracleInput-1Process-is-exceeding-the-65535/m-p/2234434#M23808</link>
      <description>This is a limit built into Java, and cannot be changed. Are you pulling a large number of columns with your tOracleInput?</description>
      <pubDate>Wed, 26 Apr 2017 23:55:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/The-code-of-method-tOracleInput-1Process-is-exceeding-the-65535/m-p/2234434#M23808</guid>
      <dc:creator>cterenzi</dc:creator>
      <dc:date>2017-04-26T23:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: The code of method tOracleInput_1Process is exceeding the 65535 bytes</title>
      <link>https://community.qlik.com/t5/Talend-Studio/The-code-of-method-tOracleInput-1Process-is-exceeding-the-65535/m-p/2234435#M23809</link>
      <description>&lt;P&gt;Yes I am pulling almost 500+ columns. In this case what needs to be done?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2017 00:00:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/The-code-of-method-tOracleInput-1Process-is-exceeding-the-65535/m-p/2234435#M23809</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-27T00:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: The code of method tOracleInput_1Process is exceeding the 65535 bytes</title>
      <link>https://community.qlik.com/t5/Talend-Studio/The-code-of-method-tOracleInput-1Process-is-exceeding-the-65535/m-p/2234436#M23810</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Please take a look at this KB article about:&lt;A title="https://help.talend.com/display/KB/Exception%3A+Exceeding+the+65535+bytes+limit" href="https://help.talend.com/display/KB/Exception%3A+Exceeding+the+65535+bytes+limit" target="_self" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/display/KB/Exception%3A+Exceeding+the+65535+bytes+limit&lt;/A&gt; to see if the solution is OK with you.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2017 03:36:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/The-code-of-method-tOracleInput-1Process-is-exceeding-the-65535/m-p/2234436#M23810</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-27T03:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: The code of method tOracleInput_1Process is exceeding the 65535 bytes</title>
      <link>https://community.qlik.com/t5/Talend-Studio/The-code-of-method-tOracleInput-1Process-is-exceeding-the-65535/m-p/2234437#M23811</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;If the problem is due to the number of columns used in the tOracleInput component, you can split it in 2 or 3 pieces and&amp;nbsp;rebuild the whole flow with a tMap but the risk is to move the problem to the next "fat" component.&lt;/P&gt; 
&lt;P&gt;In this case you need to elaborate a more sophisticated solution, maybe based on multiple subjobs with a subset of fields for each (1st subjob for insert with all mandatory fields, others to update records inserted in the 1st step).&lt;/P&gt; 
&lt;P&gt;Also think about a well designed error strategy (for ex. if an error occurs during an update for a record in the 2nd subjob, should you delete the record because it is not completed?).&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Hope this helps,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2017 11:43:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/The-code-of-method-tOracleInput-1Process-is-exceeding-the-65535/m-p/2234437#M23811</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-04-27T11:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: The code of method tOracleInput_1Process is exceeding the 65535 bytes</title>
      <link>https://community.qlik.com/t5/Talend-Studio/The-code-of-method-tOracleInput-1Process-is-exceeding-the-65535/m-p/2234438#M23812</link>
      <description>&lt;P&gt;Thanks all for your response.&lt;/P&gt;
&lt;P&gt;Could you please let me know max columns allowed in toracleinput component.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i.e At the max, how many columns can be retrieved? And max. bytes allowed as a string in "context parameter".&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2017 20:20:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/The-code-of-method-tOracleInput-1Process-is-exceeding-the-65535/m-p/2234438#M23812</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-27T20:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: The code of method tOracleInput_1Process is exceeding the 65535 bytes</title>
      <link>https://community.qlik.com/t5/Talend-Studio/The-code-of-method-tOracleInput-1Process-is-exceeding-the-65535/m-p/2234439#M23813</link>
      <description>Don't think the question is about the of column. However, I'm sure you can have more than 120 (experienced).
&lt;BR /&gt;For strings size have a look at 
&lt;A href="http://stackoverflow.com/questions/31206851/how-much-memory-does-a-string-use-in-java-8" target="_blank" rel="nofollow noopener noreferrer"&gt;http://stackoverflow.com/questions/31206851/how-much-memory-does-a-string-use-in-java-8&lt;/A&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Apr 2017 21:21:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/The-code-of-method-tOracleInput-1Process-is-exceeding-the-65535/m-p/2234439#M23813</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-04-27T21:21:34Z</dc:date>
    </item>
  </channel>
</rss>

