<?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: [resolved] Can NOT copy BLOB from and Oracle table to another Oracle table. in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Can-NOT-copy-BLOB-from-and-Oracle-table-to-another/m-p/2347264#M114541</link>
    <description>Hi Shong,
&lt;BR /&gt;I really want to post a new topic on this error but I can't see any button for 'New Topic'.
&lt;BR /&gt;I you can point me to the right location, I'll be happy to do so..
&lt;BR /&gt;Thanks!</description>
    <pubDate>Wed, 14 Nov 2012 11:30:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-11-14T11:30:49Z</dc:date>
    <item>
      <title>[resolved] Can NOT copy BLOB from and Oracle table to another Oracle table.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Can-NOT-copy-BLOB-from-and-Oracle-table-to-another/m-p/2347256#M114533</link>
      <description>I need to read an Oracle table wich contains a BLOB column and insert the value into another Oracle table in a BLOB column.&lt;BR /&gt;I tried every examples that are on this forum but nothing works for me.&lt;BR /&gt;Here are the screen shots of every part of my job. Can anyone tell me what's wrong ?&lt;BR /&gt;Also, I will need to read a BLOB column from an Oracle table and insert the data in multiple columns in another Oracle table. I haven't find yet how to do it. If someone has an example, it would be helpfull.&lt;BR /&gt;Thank you</description>
      <pubDate>Mon, 07 May 2012 21:09:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Can-NOT-copy-BLOB-from-and-Oracle-table-to-another/m-p/2347256#M114533</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-07T21:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Can NOT copy BLOB from and Oracle table to another Oracle table.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Can-NOT-copy-BLOB-from-and-Oracle-table-to-another/m-p/2347257#M114534</link>
      <description>Hi&lt;BR /&gt;I have created a job which does ETL with BLOB data type under TOS 5.0.2 and it works fine.&lt;BR /&gt;Judging from the images you uploaded, everything seems to be OK.&lt;BR /&gt;But the length of BLOB column should be 65535. It cannot be left empty.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Tue, 08 May 2012 06:55:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Can-NOT-copy-BLOB-from-and-Oracle-table-to-another/m-p/2347257#M114534</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-08T06:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Can NOT copy BLOB from and Oracle table to another Oracle table.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Can-NOT-copy-BLOB-from-and-Oracle-table-to-another/m-p/2347258#M114535</link>
      <description>Thank you for the quick answer.&lt;BR /&gt;I changed the length of the BLOB columns as you suggested but it still does not work.&lt;BR /&gt;I always get the following error :&lt;BR /&gt;   Démarrage du job test_blob a 09:54 08/05/2012. &lt;BR /&gt;    connecting to socket on port 3342&lt;BR /&gt;   Exception in component tOracleOutput_1&lt;BR /&gt;   java.lang.NullPointerException&lt;BR /&gt;  	at inspq.test_blob_0_1.test_blob.tOracleInput_1Process(test_blob.java:616)&lt;BR /&gt; 	at inspq.test_blob_0_1.test_blob.runJobInTOS(test_blob.java:1120) &lt;BR /&gt;	at inspq.test_blob_0_1.test_blob.main(test_blob.java:988)&lt;BR /&gt;    connected&lt;BR /&gt;    disconnected&lt;BR /&gt;   Job test_blob terminé à 09:54 08/05/2012. &lt;BR /&gt;It works well when I output the data into a CSV file but that's not my requirement.&lt;BR /&gt;Can you post images of the test you've done ?&lt;BR /&gt;Pascal</description>
      <pubDate>Tue, 08 May 2012 14:57:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Can-NOT-copy-BLOB-from-and-Oracle-table-to-another/m-p/2347258#M114535</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-08T14:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Can NOT copy BLOB from and Oracle table to another Oracle table.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Can-NOT-copy-BLOB-from-and-Oracle-table-to-another/m-p/2347259#M114536</link>
      <description>I finally resolved my problems. 
&lt;BR /&gt;The "java.lang.NullPointerException" problem was because the tOracleOutput was unable to use the same connection as the tOracleInput. I just defined the connection information in the tOracle Output and the error message went away. 
&lt;BR /&gt;I also experienced another problem which was "ORA-00926: missing VALUES keyword". 
&lt;BR /&gt;By removing the tMap and linking the tOracleInput and the tOracleOutput directly, the problem is not there anymore and all the rows are inserted into the destination table.</description>
      <pubDate>Tue, 08 May 2012 16:53:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Can-NOT-copy-BLOB-from-and-Oracle-table-to-another/m-p/2347259#M114536</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-08T16:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Can NOT copy BLOB from and Oracle table to another Oracle table.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Can-NOT-copy-BLOB-from-and-Oracle-table-to-another/m-p/2347260#M114537</link>
      <description>Hi
&lt;BR /&gt;Great. Glad to know you have fixed it.
&lt;BR /&gt;So the issues are you didn't configure the component and schema correctly.
&lt;BR /&gt;Feel free to ask any questions at Talend Community.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Pedro</description>
      <pubDate>Wed, 09 May 2012 03:05:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Can-NOT-copy-BLOB-from-and-Oracle-table-to-another/m-p/2347260#M114537</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-09T03:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Can NOT copy BLOB from and Oracle table to another Oracle table.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Can-NOT-copy-BLOB-from-and-Oracle-table-to-another/m-p/2347261#M114538</link>
      <description>If you have a tOracleConnection as the first component then you can have the input and output both using this connection.</description>
      <pubDate>Wed, 09 May 2012 09:08:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Can-NOT-copy-BLOB-from-and-Oracle-table-to-another/m-p/2347261#M114538</guid>
      <dc:creator>janhess</dc:creator>
      <dc:date>2012-05-09T09:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Can NOT copy BLOB from and Oracle table to another Oracle table.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Can-NOT-copy-BLOB-from-and-Oracle-table-to-another/m-p/2347262#M114539</link>
      <description>Hi, I have the same issue.. I have tried all the suggestions here but nothing works.
&lt;BR /&gt;I wanted to replicate tableA in Oracle database to tableB in another Oracle database. If I remove the blob column from the mapping, the insert works ok. If I include it, TOS 5.2.0 gives me an error message:
&lt;BR /&gt; connecting to socket on port 3927
&lt;BR /&gt; connected
&lt;BR /&gt;ORA-00942: table or view does not exist
&lt;BR /&gt; disconnected
&lt;BR /&gt;I have verified that the table DO exist (and running a job without the blob column was successful).
&lt;BR /&gt;Below is my configuration:
&lt;BR /&gt;TOracleInput (TableA) -&amp;gt; TMAP -&amp;gt; TOracleOutput (TableB)
&lt;BR /&gt;Please let me know if this is a bug or not.
&lt;BR /&gt;Thanks!</description>
      <pubDate>Wed, 14 Nov 2012 08:42:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Can-NOT-copy-BLOB-from-and-Oracle-table-to-another/m-p/2347262#M114539</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-14T08:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Can NOT copy BLOB from and Oracle table to another Oracle table.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Can-NOT-copy-BLOB-from-and-Oracle-table-to-another/m-p/2347263#M114540</link>
      <description>Hi JOSEPHINE&lt;BR /&gt;Can you please report a new topic for your question and upload some screenshots of the job settings?</description>
      <pubDate>Wed, 14 Nov 2012 09:48:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Can-NOT-copy-BLOB-from-and-Oracle-table-to-another/m-p/2347263#M114540</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-14T09:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Can NOT copy BLOB from and Oracle table to another Oracle table.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Can-NOT-copy-BLOB-from-and-Oracle-table-to-another/m-p/2347264#M114541</link>
      <description>Hi Shong,
&lt;BR /&gt;I really want to post a new topic on this error but I can't see any button for 'New Topic'.
&lt;BR /&gt;I you can point me to the right location, I'll be happy to do so..
&lt;BR /&gt;Thanks!</description>
      <pubDate>Wed, 14 Nov 2012 11:30:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Can-NOT-copy-BLOB-from-and-Oracle-table-to-another/m-p/2347264#M114541</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-14T11:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Can NOT copy BLOB from and Oracle table to another Oracle table.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Can-NOT-copy-BLOB-from-and-Oracle-table-to-another/m-p/2347265#M114542</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Hi Shong,&lt;BR /&gt;I really want to post a new topic on this error but I can't see any button for 'New Topic'.&lt;BR /&gt;I you can point me to the right location, I'll be happy to do so..&lt;BR /&gt;Thanks!&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;The button is on the upper right corner of the page. see my screenshot.</description>
      <pubDate>Wed, 14 Nov 2012 11:56:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Can-NOT-copy-BLOB-from-and-Oracle-table-to-another/m-p/2347265#M114542</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-14T11:56:13Z</dc:date>
    </item>
  </channel>
</rss>

