<?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: Limit exceed error - Excel file to Oracle table in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Limit-exceed-error-Excel-file-to-Oracle-table/m-p/2330335#M99426</link>
    <description>&lt;P&gt;Thank you for your reply. Where will I add those parameters?  sorry I am new to Talend, Below are the component for my loading job.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 07 Mar 2021 04:01:17 GMT</pubDate>
    <dc:creator>stan1609735726</dc:creator>
    <dc:date>2021-03-07T04:01:17Z</dc:date>
    <item>
      <title>Limit exceed error - Excel file to Oracle table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Limit-exceed-error-Excel-file-to-Oracle-table/m-p/2330333#M99424</link>
      <description>&lt;P&gt;I am trying to load an excel file with large number of records about 85000 records and i am getting this error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please advise how to load this many excel record to table&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:29:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Limit-exceed-error-Excel-file-to-Oracle-table/m-p/2330333#M99424</guid>
      <dc:creator>stan1609735726</dc:creator>
      <dc:date>2024-11-16T00:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Limit exceed error - Excel file to Oracle table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Limit-exceed-error-Excel-file-to-Oracle-table/m-p/2330334#M99425</link>
      <description>&lt;P&gt;-Xmx​8192M&lt;/P&gt;&lt;P&gt;-XX:-UseGCOverheadLimit&lt;/P&gt;&lt;P&gt;-Xms4096​M&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;Add above jvm parameters in your job.​&lt;/P&gt;</description>
      <pubDate>Sat, 06 Mar 2021 08:31:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Limit-exceed-error-Excel-file-to-Oracle-table/m-p/2330334#M99425</guid>
      <dc:creator>Prakhar1</dc:creator>
      <dc:date>2021-03-06T08:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Limit exceed error - Excel file to Oracle table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Limit-exceed-error-Excel-file-to-Oracle-table/m-p/2330335#M99426</link>
      <description>&lt;P&gt;Thank you for your reply. Where will I add those parameters?  sorry I am new to Talend, Below are the component for my loading job.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Mar 2021 04:01:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Limit-exceed-error-Excel-file-to-Oracle-table/m-p/2330335#M99426</guid>
      <dc:creator>stan1609735726</dc:creator>
      <dc:date>2021-03-07T04:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Limit exceed error - Excel file to Oracle table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Limit-exceed-error-Excel-file-to-Oracle-table/m-p/2330336#M99427</link>
      <description>&lt;P&gt;Go to Run -&amp;gt; Advance setting -&amp;gt; Click on "use specific jvm parameters -&amp;gt; Change the values there and Click on New if you want to add new JVM parameters.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Mar 2021 06:25:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Limit-exceed-error-Excel-file-to-Oracle-table/m-p/2330336#M99427</guid>
      <dc:creator>Prakhar1</dc:creator>
      <dc:date>2021-03-07T06:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Limit exceed error - Excel file to Oracle table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Limit-exceed-error-Excel-file-to-Oracle-table/m-p/2330337#M99428</link>
      <description>&lt;P&gt;Thank you very much. It worked. &lt;/P&gt;&lt;P&gt;Another question, if I also need to write large number of records back to another excel file as well and experiencing same issue, exceeding the limit.&lt;/P&gt;&lt;P&gt;Is it possible thru any similar parameters ? &lt;/P&gt;</description>
      <pubDate>Sun, 07 Mar 2021 08:08:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Limit-exceed-error-Excel-file-to-Oracle-table/m-p/2330337#M99428</guid>
      <dc:creator>stan1609735726</dc:creator>
      <dc:date>2021-03-07T08:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Limit exceed error - Excel file to Oracle table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Limit-exceed-error-Excel-file-to-Oracle-table/m-p/2330338#M99429</link>
      <description>&lt;P&gt;Try with similar jvm parameters. It should work, if not please send a screenshot of error here​&lt;/P&gt;</description>
      <pubDate>Sun, 07 Mar 2021 14:29:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Limit-exceed-error-Excel-file-to-Oracle-table/m-p/2330338#M99429</guid>
      <dc:creator>Prakhar1</dc:creator>
      <dc:date>2021-03-07T14:29:17Z</dc:date>
    </item>
  </channel>
</rss>

