<?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: Exception on BLOB and CLOB data types in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Exception-on-BLOB-and-CLOB-data-types/m-p/2252408#M36053</link>
    <description>Here they are.&lt;BR /&gt;Do you need the whole code ?</description>
    <pubDate>Fri, 07 Mar 2008 07:52:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-03-07T07:52:30Z</dc:date>
    <item>
      <title>Exception on BLOB and CLOB data types</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exception-on-BLOB-and-CLOB-data-types/m-p/2252406#M36051</link>
      <description>Hi, 
&lt;BR /&gt;We monitored the issue Copy BLOB from 1 Oracle schema to another Oracle schema. 
&lt;BR /&gt;We still have the issue. 
&lt;BR /&gt;Talend is version 2.3.1 (build 11699) 
&lt;BR /&gt; 
&lt;PRE&gt;StackTrace :&lt;BR /&gt;Exception in component tOracleOutput_1&lt;BR /&gt;java.sql.SQLException: Type de colonne non valide&lt;BR /&gt;    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)&lt;BR /&gt;    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:162)&lt;BR /&gt;    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:227)&lt;BR /&gt;    at oracle.jdbc.driver.OracleStatement.get_internal_type(OracleStatement.java:3150)&lt;BR /&gt;    at oracle.jdbc.driver.OraclePreparedStatement.setNullInternal(OraclePreparedStatement.java:3665)&lt;BR /&gt;    at oracle.jdbc.driver.OraclePreparedStatement.setNull(OraclePreparedStatement.java:3653)&lt;BR /&gt;    at migration_sgt.t_gq_site.t_gq_site.tOracleInput_1Process(t_gq_site.java:854)&lt;BR /&gt;    at migration_sgt.t_gq_site.t_gq_site.runJobInTOS(t_gq_site.java:1571)&lt;BR /&gt;    at migration_sgt.t_gq_site.t_gq_site.main(t_gq_site.java:1487)&lt;/PRE&gt; 
&lt;BR /&gt; 
&lt;PRE&gt; 853&amp;gt;                   if (row4.PHOTO == null) {&lt;BR /&gt; 854&amp;gt;                      pstmt_tOracleOutput_1.setNull(12, java.sql.Types.OTHER);&lt;BR /&gt; 855&amp;gt;                  } else {&lt;BR /&gt; 856&amp;gt;                      pstmt_tOracleOutput_1.setObject(12, row4.PHOTO);&lt;BR /&gt; 857&amp;gt;                  }&lt;/PRE&gt; 
&lt;BR /&gt;regards</description>
      <pubDate>Sat, 16 Nov 2024 14:26:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exception-on-BLOB-and-CLOB-data-types/m-p/2252406#M36051</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Exception on BLOB and CLOB data types</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exception-on-BLOB-and-CLOB-data-types/m-p/2252407#M36052</link>
      <description>Hi
&lt;BR /&gt;Can you show your job and the shema of Oracle ?
&lt;BR /&gt;Best regards
&lt;BR /&gt; shong</description>
      <pubDate>Fri, 07 Mar 2008 06:44:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exception-on-BLOB-and-CLOB-data-types/m-p/2252407#M36052</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-07T06:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: Exception on BLOB and CLOB data types</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exception-on-BLOB-and-CLOB-data-types/m-p/2252408#M36053</link>
      <description>Here they are.&lt;BR /&gt;Do you need the whole code ?</description>
      <pubDate>Fri, 07 Mar 2008 07:52:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exception-on-BLOB-and-CLOB-data-types/m-p/2252408#M36053</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-07T07:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Exception on BLOB and CLOB data types</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exception-on-BLOB-and-CLOB-data-types/m-p/2252409#M36054</link>
      <description>Hi, 
&lt;BR /&gt;I have the same error again. Now with tos 2.4.2. 
&lt;BR /&gt; 
&lt;PRE&gt;Starting job reprise_ot_vers_demande at 18:47 09/09/2008.&lt;BR /&gt; connecting to socket on port 3475&lt;BR /&gt; connected&lt;BR /&gt;Exception in component tOracleOutput_1&lt;BR /&gt;java.sql.SQLException: Type de colonne non valide: 1111&lt;BR /&gt;	at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)&lt;BR /&gt;	at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:110)&lt;BR /&gt;	at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:171)&lt;BR /&gt;	at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:227)&lt;BR /&gt;	at oracle.jdbc.driver.OracleStatement.getInternalType(OracleStatement.java:3499)&lt;BR /&gt;	at oracle.jdbc.driver.OraclePreparedStatement.setNullCritical(OraclePreparedStatement.java:4307)&lt;BR /&gt;	at oracle.jdbc.driver.OraclePreparedStatement.setNull(OraclePreparedStatement.java:4293)&lt;BR /&gt;	at oracle.jdbc.driver.OraclePreparedStatementWrapper.setNull(OraclePreparedStatementWrapper.java:992)&lt;BR /&gt;	at gost_2_0_2_1.reprise_ot_vers_demande_0_1.reprise_ot_vers_demande.tOracleInput_1Process(reprise_ot_vers_demande.java:8430)&lt;BR /&gt;	at gost_2_0_2_1.reprise_ot_vers_demande_0_1.reprise_ot_vers_demande.runJobInTOS(reprise_ot_vers_demande.java:22600)&lt;BR /&gt;	at gost_2_0_2_1.reprise_ot_vers_demande_0_1.reprise_ot_vers_demande.main(reprise_ot_vers_demande.java:22489)&lt;BR /&gt;213797 milliseconds&lt;BR /&gt; disconnected&lt;BR /&gt;Job reprise_ot_vers_demande ended at 18:51 09/09/2008. &lt;/PRE&gt; 
&lt;BR /&gt; 
&lt;PRE&gt;						if (mapping_etat_Ok.COMMENTAIRE == null) {&lt;BR /&gt;							pstmt_tOracleOutput_1.setNull(14,&lt;BR /&gt;									java.sql.Types.OTHER);&lt;BR /&gt;						} else {&lt;BR /&gt;							pstmt_tOracleOutput_1.setObject(14,&lt;BR /&gt;									mapping_etat_Ok.COMMENTAIRE);&lt;BR /&gt;						}&lt;/PRE&gt; 
&lt;BR /&gt;Is there a workaround... this bug seemed to happen randomly. It looks pretty permanent now.</description>
      <pubDate>Tue, 09 Sep 2008 17:53:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exception-on-BLOB-and-CLOB-data-types/m-p/2252409#M36054</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-09-09T17:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Exception on BLOB and CLOB data types</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exception-on-BLOB-and-CLOB-data-types/m-p/2252410#M36055</link>
      <description>I saw the bug was reported several times, mainly in 
&lt;A href="http://talendforge.org/bugs/view.php?id=2258" rel="nofollow noopener noreferrer"&gt;http://talendforge.org/bugs/view.php?id=2258&lt;/A&gt;.
&lt;BR /&gt;But with the latest release (3.2.0M3) the problem seems to remain.</description>
      <pubDate>Fri, 28 Aug 2009 16:12:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exception-on-BLOB-and-CLOB-data-types/m-p/2252410#M36055</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-28T16:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: Exception on BLOB and CLOB data types</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exception-on-BLOB-and-CLOB-data-types/m-p/2252411#M36056</link>
      <description>They solved the if( ... == null) part by using a BLOB instead of OTHER, but I guess in your case (and mine) setObject should be replaced by setBlob.</description>
      <pubDate>Thu, 26 Aug 2010 10:45:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exception-on-BLOB-and-CLOB-data-types/m-p/2252411#M36056</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2010-08-26T10:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Exception on BLOB and CLOB data types</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exception-on-BLOB-and-CLOB-data-types/m-p/2252412#M36057</link>
      <description>I reported the bug at: 
&lt;BR /&gt; 
&lt;A href="http://talendforge.org/bugs/view.php?id=16994" rel="nofollow noopener noreferrer"&gt;http://talendforge.org/bugs/view.php?id=16994&lt;/A&gt; 
&lt;BR /&gt;I also posted something related to this issue in another topic 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCqL2CAK" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/Oracle-quot-Invalid-Column-Type-quot/td-p/108101&lt;/A&gt; 
&lt;BR /&gt;Best regards, 
&lt;BR /&gt;archenroot</description>
      <pubDate>Fri, 12 Nov 2010 12:51:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exception-on-BLOB-and-CLOB-data-types/m-p/2252412#M36057</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-11-12T12:51:51Z</dc:date>
    </item>
  </channel>
</rss>

