<?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: Copy &amp;quot;Clob&amp;quot; data from one Oracle Database to another Database in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Copy-quot-Clob-quot-data-from-one-Oracle-Database-to-another/m-p/2266443#M45658</link>
    <description>That's a little bit strange but you have to configure your components like : &lt;BR /&gt;In tOracleInput: talend type : Object db type : Clob&lt;BR /&gt;In tOracleOutput: talend type : String db type : Clob&lt;BR /&gt;THis should resolve your problem.&lt;BR /&gt;We have to work on this because, for me that really sound a little magic.&lt;BR /&gt;HTH,</description>
    <pubDate>Thu, 04 Dec 2008 20:47:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-12-04T20:47:10Z</dc:date>
    <item>
      <title>Copy "Clob" data from one Oracle Database to another Database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Copy-quot-Clob-quot-data-from-one-Oracle-Database-to-another/m-p/2266440#M45655</link>
      <description>Hello, 
&lt;BR /&gt;I try to copy data from one Oracle Database to another. It's the same data model into the 2 databases and the Clob type is a problem. 
&lt;BR /&gt;My job is really simle: tOracleInput -&amp;gt; tMap -&amp;gt; tOracle Output. 
&lt;BR /&gt; 
&lt;BR /&gt;After some search, I have found a property "SetBigStringTryClob" which should be initialized to "true". So I adapted a copy of "tOracleInput" and "tOracleOutput" components to initialize this connection property. 
&lt;BR /&gt;So now I read my data but when I try to write it on the second database, I have the following error: 
&lt;BR /&gt;"java.sql.SQLException: La taille des données est supérieure à la taille max pour ce type: 64660 
&lt;BR /&gt; at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:169) 
&lt;BR /&gt; at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:211) 
&lt;BR /&gt; at oracle.jdbc.dbaccess.DBError.check_error(DBError.java:905) 
&lt;BR /&gt; at oracle.jdbc.ttc7.TTCItem.setArrayData(TTCItem.java:82) 
&lt;BR /&gt; at oracle.jdbc.dbaccess.DBDataSetImpl.setBytesBindItem(DBDataSetImpl.java:1654) 
&lt;BR /&gt; at oracle.jdbc.driver.OraclePreparedStatement.setItem(OraclePreparedStatement.java:795) 
&lt;BR /&gt; at oracle.jdbc.driver.OraclePreparedStatement.setString(OraclePreparedStatement.java:1133) 
&lt;BR /&gt; at oracle.jdbc.driver.OraclePreparedStatement.setObject(OraclePreparedStatement.java:1984) 
&lt;BR /&gt; at oracle.jdbc.driver.OraclePreparedStatement.setObject(OraclePreparedStatement.java:2198) 
&lt;BR /&gt; at importexportwf.test3_0_1.test3.tOracleInputCeline_1Process(test3.java:942) 
&lt;BR /&gt; at importexportwf.test3_0_1.test3.runJobInTOS(test3.java:1166) 
&lt;BR /&gt; at importexportwf.test3_0_1.test3.main(test3.java:1081)". 
&lt;BR /&gt;Please, Have you got some idea?? 
&lt;BR /&gt;Thanks.</description>
      <pubDate>Sat, 16 Nov 2024 14:08:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Copy-quot-Clob-quot-data-from-one-Oracle-Database-to-another/m-p/2266440#M45655</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Copy "Clob" data from one Oracle Database to another Database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Copy-quot-Clob-quot-data-from-one-Oracle-Database-to-another/m-p/2266441#M45656</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Clob type is a problem.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;What is your TOS version ?&lt;BR /&gt;What is the type of your column in Talend Schema (Type and DB Type) ?</description>
      <pubDate>Mon, 01 Dec 2008 16:34:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Copy-quot-Clob-quot-data-from-one-Oracle-Database-to-another/m-p/2266441#M45656</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-01T16:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: Copy "Clob" data from one Oracle Database to another Database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Copy-quot-Clob-quot-data-from-one-Oracle-Database-to-another/m-p/2266442#M45657</link>
      <description>My TOS Version: 3.0.0&lt;BR /&gt;Column Type: Object and DB Type: CLOB (in input and in output).&lt;BR /&gt;Thanks.</description>
      <pubDate>Tue, 02 Dec 2008 13:29:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Copy-quot-Clob-quot-data-from-one-Oracle-Database-to-another/m-p/2266442#M45657</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-02T13:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Copy "Clob" data from one Oracle Database to another Database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Copy-quot-Clob-quot-data-from-one-Oracle-Database-to-another/m-p/2266443#M45658</link>
      <description>That's a little bit strange but you have to configure your components like : &lt;BR /&gt;In tOracleInput: talend type : Object db type : Clob&lt;BR /&gt;In tOracleOutput: talend type : String db type : Clob&lt;BR /&gt;THis should resolve your problem.&lt;BR /&gt;We have to work on this because, for me that really sound a little magic.&lt;BR /&gt;HTH,</description>
      <pubDate>Thu, 04 Dec 2008 20:47:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Copy-quot-Clob-quot-data-from-one-Oracle-Database-to-another/m-p/2266443#M45658</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-04T20:47:10Z</dc:date>
    </item>
  </channel>
</rss>

