<?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: tOracleOutputBulk outputs CLOBs as oracle.sql.CLOB@, not the real text in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tOracleOutputBulk-outputs-CLOBs-as-oracle-sql-CLOB-not-the-real/m-p/2371159#M134130</link>
    <description>Excellent answer xiao. I'm able to insert some rows but it is failing for some CLOBS with the below error.&amp;nbsp;
&lt;BR /&gt;Exception in component tSybaseOutput_1
&lt;BR /&gt;com.sybase.jdbc3.jdbc.SybSQLException: Attempt to insert NULL value into column 'abc', table 'sybastable'; column does not allow nulls. Update fails.
&lt;BR /&gt;The difference that i see between the CLOBS to txt columns that got inserted is that this CLOB for which talend is generating NULL is bigger that the CLOB that are getting inserted.&amp;nbsp;
&lt;BR /&gt;The CLOB has lot of text. Is there anything that I can do?</description>
    <pubDate>Tue, 12 Aug 2014 19:33:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-08-12T19:33:10Z</dc:date>
    <item>
      <title>tOracleOutputBulk outputs CLOBs as oracle.sql.CLOB@, not the real text</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleOutputBulk-outputs-CLOBs-as-oracle-sql-CLOB-not-the-real/m-p/2371153#M134124</link>
      <description>During output to the text file, talend cannot output the CLOB as text.  I need to use that output to feed a downstream tOracleBulkExec.&lt;BR /&gt;&lt;BR /&gt;Sample output in output file, for the CLOB column:&lt;BR /&gt;&amp;lt;startlob&amp;gt;oracle.sql.CLOB@50a649&amp;lt;endlob&amp;gt;&lt;BR /&gt;For the CLOB column, the java type is object, length 1000000, and oracle db type is CLOB.  Changing the length does not help.&lt;BR /&gt;I have read all the posts.</description>
      <pubDate>Tue, 24 Sep 2013 21:12:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleOutputBulk-outputs-CLOBs-as-oracle-sql-CLOB-not-the-real/m-p/2371153#M134124</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-24T21:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleOutputBulk outputs CLOBs as oracle.sql.CLOB@, not the real text</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleOutputBulk-outputs-CLOBs-as-oracle-sql-CLOB-not-the-real/m-p/2371154#M134125</link>
      <description>Hi, &lt;BR /&gt;Which talend product version build  are you using? Is it normal when you use toracleoutput instead? &lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 25 Sep 2013 03:28:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleOutputBulk-outputs-CLOBs-as-oracle-sql-CLOB-not-the-real/m-p/2371154#M134125</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-25T03:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleOutputBulk outputs CLOBs as oracle.sql.CLOB@, not the real text</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleOutputBulk-outputs-CLOBs-as-oracle-sql-CLOB-not-the-real/m-p/2371155#M134126</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Hi, &lt;BR /&gt;Which talend product version build  are you using? Is it normal when you use toracleoutput instead? &lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;We are using TOS v5.1.3.&lt;BR /&gt;Yes, we can transfer CLOBs from oracle to oracle using conventional Oracleinput=&amp;gt;tmap=&amp;gt;Oracleoutput.  However, CLOBs over 3890 bytes require us to create an inputstream=&amp;gt;string=&amp;gt;object=&amp;gt;tMap=&amp;gt;Oracleoutput.  So, definately a bug there.&lt;BR /&gt;The main reason we would like to use bulk is for speed.&lt;BR /&gt;Dave</description>
      <pubDate>Wed, 25 Sep 2013 15:04:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleOutputBulk-outputs-CLOBs-as-oracle-sql-CLOB-not-the-real/m-p/2371155#M134126</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-25T15:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleOutputBulk outputs CLOBs as oracle.sql.CLOB@, not the real text</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleOutputBulk-outputs-CLOBs-as-oracle-sql-CLOB-not-the-real/m-p/2371156#M134127</link>
      <description>Any answer to this?&lt;BR /&gt;We need to use tOracleOutputBulkExec transfer data that has CLOBs&lt;BR /&gt;Dave</description>
      <pubDate>Thu, 03 Oct 2013 18:45:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleOutputBulk-outputs-CLOBs-as-oracle-sql-CLOB-not-the-real/m-p/2371156#M134127</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-03T18:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleOutputBulk outputs CLOBs as oracle.sql.CLOB@, not the real text</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleOutputBulk-outputs-CLOBs-as-oracle-sql-CLOB-not-the-real/m-p/2371157#M134128</link>
      <description>Sabrina, 
&lt;BR /&gt;Were also experiencing the same issue with v5.1.3. Large CLOBs are showing in our database as "oracle.sql.CLOB@6b552b76".
&lt;BR /&gt;We just need the ability to go to a tOracleOutput (as we were told a clob to SCD was not supported). Any answer to Dave's question would be great or if you could explain with screenshots how we would set up "inputstream=&amp;gt;string=&amp;gt;object=&amp;gt;tMap=&amp;gt;Oracleoutput"?
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Chris</description>
      <pubDate>Mon, 11 Nov 2013 17:04:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleOutputBulk-outputs-CLOBs-as-oracle-sql-CLOB-not-the-real/m-p/2371157#M134128</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-11T17:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleOutputBulk outputs CLOBs as oracle.sql.CLOB@, not the real text</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleOutputBulk-outputs-CLOBs-as-oracle-sql-CLOB-not-the-real/m-p/2371158#M134129</link>
      <description>Hi? 
&lt;BR /&gt;You should add a new component for transfer the object to real text, for example, a tJavaFlex. 
&lt;BR /&gt;Please find the code in the attached screenshot. Hope this can help you. 
&lt;BR /&gt;Best Regards, 
&lt;BR /&gt;Bing 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBJL.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134321iFFAE2785BB2203B5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBJL.png" alt="0683p000009MBJL.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 10 Dec 2013 19:16:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleOutputBulk-outputs-CLOBs-as-oracle-sql-CLOB-not-the-real/m-p/2371158#M134129</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-10T19:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleOutputBulk outputs CLOBs as oracle.sql.CLOB@, not the real text</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleOutputBulk-outputs-CLOBs-as-oracle-sql-CLOB-not-the-real/m-p/2371159#M134130</link>
      <description>Excellent answer xiao. I'm able to insert some rows but it is failing for some CLOBS with the below error.&amp;nbsp;
&lt;BR /&gt;Exception in component tSybaseOutput_1
&lt;BR /&gt;com.sybase.jdbc3.jdbc.SybSQLException: Attempt to insert NULL value into column 'abc', table 'sybastable'; column does not allow nulls. Update fails.
&lt;BR /&gt;The difference that i see between the CLOBS to txt columns that got inserted is that this CLOB for which talend is generating NULL is bigger that the CLOB that are getting inserted.&amp;nbsp;
&lt;BR /&gt;The CLOB has lot of text. Is there anything that I can do?</description>
      <pubDate>Tue, 12 Aug 2014 19:33:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleOutputBulk-outputs-CLOBs-as-oracle-sql-CLOB-not-the-real/m-p/2371159#M134130</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-12T19:33:10Z</dc:date>
    </item>
  </channel>
</rss>

