<?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: java.sql.SQLException: ORA-12899: valeur trop grande pour la colonne &amp;quot;TALEND_REC6&amp;quot;.&amp;quot;NOT_IMD&amp;quot;.&amp;quot;DESCRIPTION&amp;quot; (réelle : 275, maximum : 255) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/java-sql-SQLException-ORA-12899-valeur-trop-grande-pour-la/m-p/2350966#M117719</link>
    <description>&lt;P&gt;hello TRF,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;I added code java to delete the characters no ascii.&lt;/P&gt;&lt;P&gt;description.replaceAll("[^\\x00-\\x7F]", "");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ridha&lt;/P&gt;</description>
    <pubDate>Thu, 05 Apr 2018 10:14:13 GMT</pubDate>
    <dc:creator>rid_rj</dc:creator>
    <dc:date>2018-04-05T10:14:13Z</dc:date>
    <item>
      <title>java.sql.SQLException: ORA-12899: valeur trop grande pour la colonne "TALEND_REC6"."NOT_IMD"."DESCRIPTION" (réelle : 275, maximum : 255)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-sql-SQLException-ORA-12899-valeur-trop-grande-pour-la/m-p/2350964#M117717</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN class=""&gt;I have a column with a size over 1000, i want to limit the number of characters to 255 so i used this instruction :&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;PRE&gt;StringHandling.LEFT(row1.description,255)&lt;/PRE&gt; 
&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN class=""&gt;but when i run the job, i got this problem :&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;PRE&gt;tOracleOutput_15 ORA-12899: valeur trop grande pour la colonne "TALEND_REC6"."NOT_IMD"."DESCRIPTION" (réelle : 275, maximum : 255)&lt;/PRE&gt; 
&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN class=""&gt;I can not understand the 20 characters between 275 and 255.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN class=""&gt;I try to delete all the characters no-ascii but i got the same result.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2018 08:53:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-sql-SQLException-ORA-12899-valeur-trop-grande-pour-la/m-p/2350964#M117717</guid>
      <dc:creator>rid_rj</dc:creator>
      <dc:date>2018-04-05T08:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: java.sql.SQLException: ORA-12899: valeur trop grande pour la colonne "TALEND_REC6"."NOT_IMD"."DESCRIPTION" (réelle : 275, maximum : 255)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-sql-SQLException-ORA-12899-valeur-trop-grande-pour-la/m-p/2350965#M117718</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;By default on Oracle side, varchar2&amp;nbsp;length is measured in bytes (in your case, 255) not in characters.&lt;/P&gt;&lt;P&gt;If there is some characters in the input flow which are encoding using 2 bytes, then the total length in bytes may exceed the max length for the Oracle column.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2018 09:02:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-sql-SQLException-ORA-12899-valeur-trop-grande-pour-la/m-p/2350965#M117718</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-04-05T09:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: java.sql.SQLException: ORA-12899: valeur trop grande pour la colonne "TALEND_REC6"."NOT_IMD"."DESCRIPTION" (réelle : 275, maximum : 255)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-sql-SQLException-ORA-12899-valeur-trop-grande-pour-la/m-p/2350966#M117719</link>
      <description>&lt;P&gt;hello TRF,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;I added code java to delete the characters no ascii.&lt;/P&gt;&lt;P&gt;description.replaceAll("[^\\x00-\\x7F]", "");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ridha&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2018 10:14:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-sql-SQLException-ORA-12899-valeur-trop-grande-pour-la/m-p/2350966#M117719</guid>
      <dc:creator>rid_rj</dc:creator>
      <dc:date>2018-04-05T10:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: java.sql.SQLException: ORA-12899: valeur trop grande pour la colonne "TALEND_REC6"."NOT_IMD"."DESCRIPTION" (réelle : 275, maximum : 255)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-sql-SQLException-ORA-12899-valeur-trop-grande-pour-la/m-p/2350967#M117720</link>
      <description>&lt;P&gt;Great!&lt;/P&gt; 
&lt;P&gt;Remind this is not a good practice to accept your own solution when other people give you the direction to follow to solve your case.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Edit: thank's &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2018 10:21:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-sql-SQLException-ORA-12899-valeur-trop-grande-pour-la/m-p/2350967#M117720</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-04-05T10:21:49Z</dc:date>
    </item>
  </channel>
</rss>

