<?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: Issue on CLOB or BLOB datatype while insert in oracle. in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Issue-on-CLOB-or-BLOB-datatype-while-insert-in-oracle/m-p/2335162#M103756</link>
    <description>Hello, &lt;BR /&gt;You can follow 1543&lt;BR /&gt;Regards,</description>
    <pubDate>Sun, 28 Oct 2007 20:47:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2007-10-28T20:47:47Z</dc:date>
    <item>
      <title>Issue on CLOB or BLOB datatype while insert in oracle.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-on-CLOB-or-BLOB-datatype-while-insert-in-oracle/m-p/2335161#M103755</link>
      <description>Hi,
&lt;BR /&gt;I am getting "Invalide Column" and "table or view doesnot exists" (randomnly) while processing CLOB and BLOB fields in oracle table. I am retrieving data using tOracleInput and inserting 
&lt;BR /&gt;data using tOracleOutput components directly. I have a schema definition for a column as below. (i gave one column for eg.).
&lt;BR /&gt;I am using TOSv2.2.1.
&lt;BR /&gt;
&lt;BR /&gt;Column : RESPONSE
&lt;BR /&gt;DBColumn : RESPONSE
&lt;BR /&gt;Type : Object
&lt;BR /&gt;DBType : CLOB
&lt;BR /&gt;When i went thru the generated java code, found the following.
&lt;BR /&gt;Data Retrieval:
&lt;BR /&gt;===============
&lt;BR /&gt;if (colQtyInRs_tOracleInput_1 &amp;lt; 10) {
&lt;BR /&gt; row1.RESPONSE = null;
&lt;BR /&gt;} else {
&lt;BR /&gt; if (rs_tOracleInput_1.getObject(10) != null) {
&lt;BR /&gt; row1.RESPONSE = rs_tOracleInput_1.getObject(10);
&lt;BR /&gt; } else {
&lt;BR /&gt; row1.RESPONSE = null;
&lt;BR /&gt; }
&lt;BR /&gt; }
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Data Insert:
&lt;BR /&gt;=============
&lt;BR /&gt;if (row1.RESPONSE == null) {
&lt;BR /&gt; pstmt_tOracleOutput_1.setNull(10, java.sql.Types.OTHER);
&lt;BR /&gt;} else {
&lt;BR /&gt; pstmt_tOracleOutput_1.setObject(10, row1.RESPONSE);
&lt;BR /&gt;}
&lt;BR /&gt;
&lt;BR /&gt;Instead of rs_tOracleInput_1.getObject() and pstmt_tOracleOutput_1.setObject() , we should use getClob() and setClob() methods.
&lt;BR /&gt;Kindly validate.
&lt;BR /&gt;
&lt;BR /&gt;Thanks.</description>
      <pubDate>Sat, 16 Nov 2024 14:31:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-on-CLOB-or-BLOB-datatype-while-insert-in-oracle/m-p/2335161#M103755</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: Issue on CLOB or BLOB datatype while insert in oracle.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-on-CLOB-or-BLOB-datatype-while-insert-in-oracle/m-p/2335162#M103756</link>
      <description>Hello, &lt;BR /&gt;You can follow 1543&lt;BR /&gt;Regards,</description>
      <pubDate>Sun, 28 Oct 2007 20:47:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-on-CLOB-or-BLOB-datatype-while-insert-in-oracle/m-p/2335162#M103756</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-10-28T20:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: Issue on CLOB or BLOB datatype while insert in oracle.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-on-CLOB-or-BLOB-datatype-while-insert-in-oracle/m-p/2335163#M103757</link>
      <description>Dear mhirt, 
&lt;BR /&gt; I am not getting you.. The link which you gave is showing the same page again. 
&lt;BR /&gt;Regards.</description>
      <pubDate>Mon, 29 Oct 2007 02:43:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-on-CLOB-or-BLOB-datatype-while-insert-in-oracle/m-p/2335163#M103757</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-10-29T02:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Issue on CLOB or BLOB datatype while insert in oracle.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-on-CLOB-or-BLOB-datatype-while-insert-in-oracle/m-p/2335164#M103758</link>
      <description>Sorry, see 2258</description>
      <pubDate>Mon, 29 Oct 2007 09:11:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-on-CLOB-or-BLOB-datatype-while-insert-in-oracle/m-p/2335164#M103758</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-10-29T09:11:02Z</dc:date>
    </item>
  </channel>
</rss>

