<?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: String to Blob with TJdbcOuput and Oracle driver in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/String-to-Blob-with-TJdbcOuput-and-Oracle-driver/m-p/2344263#M111938</link>
    <description>In the referred routine java code, convert to Object in place of byte[].&lt;BR /&gt;Is there any other problem?&lt;BR /&gt;Vaibhav</description>
    <pubDate>Tue, 13 May 2014 11:04:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-05-13T11:04:30Z</dc:date>
    <item>
      <title>String to Blob with TJdbcOuput and Oracle driver</title>
      <link>https://community.qlik.com/t5/Talend-Studio/String-to-Blob-with-TJdbcOuput-and-Oracle-driver/m-p/2344260#M111935</link>
      <description>Hello,&lt;BR /&gt;I have  a long input String and need to save it into Oracle database via JDBC.&lt;BR /&gt;When i look convert TalendType to get blob in database i see : Id_Object =&amp;gt; Blob&lt;BR /&gt;Someone could say me please how construct this object from a String ?&lt;BR /&gt;Regards</description>
      <pubDate>Sat, 16 Nov 2024 11:40:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/String-to-Blob-with-TJdbcOuput-and-Oracle-driver/m-p/2344260#M111935</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T11:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: String to Blob with TJdbcOuput and Oracle driver</title>
      <link>https://community.qlik.com/t5/Talend-Studio/String-to-Blob-with-TJdbcOuput-and-Oracle-driver/m-p/2344261#M111936</link>
      <description>Hi, 
&lt;BR /&gt;Need to convert your input string to byte[] 
&lt;BR /&gt;Then insert this byte to BLOB column. Pl refer... 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/article/ka03p0000006EaEAAU"&gt;https://community.talend.com/t5/Design-and-Development/Inserting-BLOB-or-CLOB-data-into-a-database/ta-p/21688?content-lang=en&lt;/A&gt; 
&lt;BR /&gt;earlier I have inserted a CSV file into MySQL BLOB. I can read the contents of file in BLOB column. 
&lt;BR /&gt;Vaibhav</description>
      <pubDate>Thu, 01 May 2014 06:46:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/String-to-Blob-with-TJdbcOuput-and-Oracle-driver/m-p/2344261#M111936</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-01T06:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: String to Blob with TJdbcOuput and Oracle driver</title>
      <link>https://community.qlik.com/t5/Talend-Studio/String-to-Blob-with-TJdbcOuput-and-Oracle-driver/m-p/2344262#M111937</link>
      <description>Thanks, with Mysql you can do as this but TOracleOut need data type Object not byte[]</description>
      <pubDate>Tue, 13 May 2014 10:28:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/String-to-Blob-with-TJdbcOuput-and-Oracle-driver/m-p/2344262#M111937</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-05-13T10:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: String to Blob with TJdbcOuput and Oracle driver</title>
      <link>https://community.qlik.com/t5/Talend-Studio/String-to-Blob-with-TJdbcOuput-and-Oracle-driver/m-p/2344263#M111938</link>
      <description>In the referred routine java code, convert to Object in place of byte[].&lt;BR /&gt;Is there any other problem?&lt;BR /&gt;Vaibhav</description>
      <pubDate>Tue, 13 May 2014 11:04:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/String-to-Blob-with-TJdbcOuput-and-Oracle-driver/m-p/2344263#M111938</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-13T11:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: String to Blob with TJdbcOuput and Oracle driver</title>
      <link>https://community.qlik.com/t5/Talend-Studio/String-to-Blob-with-TJdbcOuput-and-Oracle-driver/m-p/2344264#M111939</link>
      <description>Yes , but what kind of of Object? How construct this object?</description>
      <pubDate>Tue, 13 May 2014 14:46:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/String-to-Blob-with-TJdbcOuput-and-Oracle-driver/m-p/2344264#M111939</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-05-13T14:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: String to Blob with TJdbcOuput and Oracle driver</title>
      <link>https://community.qlik.com/t5/Talend-Studio/String-to-Blob-with-TJdbcOuput-and-Oracle-driver/m-p/2344265#M111940</link>
      <description>Finally it works with myString.getBytes()&lt;BR /&gt;Thanks and regards</description>
      <pubDate>Wed, 04 Jun 2014 16:46:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/String-to-Blob-with-TJdbcOuput-and-Oracle-driver/m-p/2344265#M111940</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-06-04T16:46:28Z</dc:date>
    </item>
  </channel>
</rss>

