<?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 Copy BLOB from ODBC db type to Oracle schema in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Copy-BLOB-from-ODBC-db-type-to-Oracle-schema/m-p/2368017#M131329</link>
    <description>Hi everybody. 
&lt;BR /&gt;I have Talend Open Studio version: 3.0.4.
&lt;BR /&gt;I have 2 tables in different schemas: ODBC and Oracle. One field in this tables has type BLOB. I need to copy data from this field.
&lt;BR /&gt;For this I use model tDBInput -&amp;gt; tMap -&amp;gt; tOracleOutput.
&lt;BR /&gt;For BLOB fields types in tDBInput and tOracleOutput are Object.
&lt;BR /&gt;I had an error in gennerated code in line:
&lt;BR /&gt; pstmtInsert_tOracleOutput_5.setBLOB(6,(oracle.sql.BLOB) oracle_doc_version.DATA);
&lt;BR /&gt;error : The method setBLOB(int, BLOB) is undefined for the type PreparedStatement
&lt;BR /&gt;For working it should be pstmtInsert_tOracleOutput_5.setBlob(6,(oracle.sql.BLOB) oracle_doc_version.DATA). But where I can change this type in interface?
&lt;BR /&gt;Please, help me to resolve this problem.</description>
    <pubDate>Sat, 16 Nov 2024 13:58:42 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2024-11-16T13:58:42Z</dc:date>
    <item>
      <title>Copy BLOB from ODBC db type to Oracle schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Copy-BLOB-from-ODBC-db-type-to-Oracle-schema/m-p/2368017#M131329</link>
      <description>Hi everybody. 
&lt;BR /&gt;I have Talend Open Studio version: 3.0.4.
&lt;BR /&gt;I have 2 tables in different schemas: ODBC and Oracle. One field in this tables has type BLOB. I need to copy data from this field.
&lt;BR /&gt;For this I use model tDBInput -&amp;gt; tMap -&amp;gt; tOracleOutput.
&lt;BR /&gt;For BLOB fields types in tDBInput and tOracleOutput are Object.
&lt;BR /&gt;I had an error in gennerated code in line:
&lt;BR /&gt; pstmtInsert_tOracleOutput_5.setBLOB(6,(oracle.sql.BLOB) oracle_doc_version.DATA);
&lt;BR /&gt;error : The method setBLOB(int, BLOB) is undefined for the type PreparedStatement
&lt;BR /&gt;For working it should be pstmtInsert_tOracleOutput_5.setBlob(6,(oracle.sql.BLOB) oracle_doc_version.DATA). But where I can change this type in interface?
&lt;BR /&gt;Please, help me to resolve this problem.</description>
      <pubDate>Sat, 16 Nov 2024 13:58:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Copy-BLOB-from-ODBC-db-type-to-Oracle-schema/m-p/2368017#M131329</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T13:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: Copy BLOB from ODBC db type to Oracle schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Copy-BLOB-from-ODBC-db-type-to-Oracle-schema/m-p/2368018#M131330</link>
      <description>I'm having this same error.  Seems like Talend is using the wrong syntax.</description>
      <pubDate>Tue, 28 Apr 2009 20:25:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Copy-BLOB-from-ODBC-db-type-to-Oracle-schema/m-p/2368018#M131330</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-28T20:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Copy BLOB from ODBC db type to Oracle schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Copy-BLOB-from-ODBC-db-type-to-Oracle-schema/m-p/2368019#M131331</link>
      <description>I don't know if it's the good way, but facing the same problem in 3.0.2, I modified the db_output_bulk.skeleton template file located in plugins/org.talend.designer.components.localprovider_&amp;lt;your version&amp;gt;/components/templates/ by changing setBLOB to setBlob in line 688.
&lt;BR /&gt;Regards</description>
      <pubDate>Thu, 04 Jun 2009 10:43:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Copy-BLOB-from-ODBC-db-type-to-Oracle-schema/m-p/2368019#M131331</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-04T10:43:08Z</dc:date>
    </item>
  </channel>
</rss>

