<?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 Expanded non LONG bind data supplied after actual LONG or LOB column in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Expanded-non-LONG-bind-data-supplied-after-actual-LONG-or-LOB/m-p/2352356#M118766</link>
    <description>Hi All,&lt;BR /&gt;I have a target table which contains 10 columns. 4 out of 10 columns are clob data type columns.&lt;BR /&gt;I'm loading data into this table. I have considered these columns as string of length 4000 each. But i'm getting below error when I run the job.&lt;BR /&gt;"Expanded non LONG bind data supplied after actual LONG or LOB column"&lt;BR /&gt;&lt;BR /&gt;I'm using TIS 5.1.1 and Oracle 11g.&lt;BR /&gt;Kindly assist on how to handle this.</description>
    <pubDate>Sat, 03 Aug 2013 12:55:14 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-08-03T12:55:14Z</dc:date>
    <item>
      <title>Expanded non LONG bind data supplied after actual LONG or LOB column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Expanded-non-LONG-bind-data-supplied-after-actual-LONG-or-LOB/m-p/2352356#M118766</link>
      <description>Hi All,&lt;BR /&gt;I have a target table which contains 10 columns. 4 out of 10 columns are clob data type columns.&lt;BR /&gt;I'm loading data into this table. I have considered these columns as string of length 4000 each. But i'm getting below error when I run the job.&lt;BR /&gt;"Expanded non LONG bind data supplied after actual LONG or LOB column"&lt;BR /&gt;&lt;BR /&gt;I'm using TIS 5.1.1 and Oracle 11g.&lt;BR /&gt;Kindly assist on how to handle this.</description>
      <pubDate>Sat, 03 Aug 2013 12:55:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Expanded-non-LONG-bind-data-supplied-after-actual-LONG-or-LOB/m-p/2352356#M118766</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-03T12:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: Expanded non LONG bind data supplied after actual LONG or LOB column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Expanded-non-LONG-bind-data-supplied-after-actual-LONG-or-LOB/m-p/2352357#M118767</link>
      <description>Do you have created the table with the output component?&lt;BR /&gt;It would be great to see your create table statement.&lt;BR /&gt;As far as I know, in a table is only ONE long data type allowed. The long data type is deprecated and should replaced by CLOB. Please check if your data types really CLOB and not LONG.</description>
      <pubDate>Sun, 04 Aug 2013 11:24:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Expanded-non-LONG-bind-data-supplied-after-actual-LONG-or-LOB/m-p/2352357#M118767</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-04T11:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Expanded non LONG bind data supplied after actual LONG or LOB column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Expanded-non-LONG-bind-data-supplied-after-actual-LONG-or-LOB/m-p/2352358#M118768</link>
      <description>Hi jlolling, 
&lt;BR /&gt;Thanks for the reply.I'm not creating the output table with output component. There are no long datatype columns in my table. one column is number, 5 are string of length 500 and 4 are clob type.</description>
      <pubDate>Mon, 05 Aug 2013 06:29:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Expanded-non-LONG-bind-data-supplied-after-actual-LONG-or-LOB/m-p/2352358#M118768</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-05T06:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Expanded non LONG bind data supplied after actual LONG or LOB column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Expanded-non-LONG-bind-data-supplied-after-actual-LONG-or-LOB/m-p/2352359#M118769</link>
      <description>Hi,  &lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;"Expanded non LONG bind data supplied after actual LONG or LOB column"&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;This error imply that :A Bind value of length potentially &amp;gt; 4000 bytes follows binding for LOB or LONG.&lt;BR /&gt;You can re-order the binds so that the LONG bind or LOB binds are all at the end of the bind list. &lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 05 Aug 2013 08:03:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Expanded-non-LONG-bind-data-supplied-after-actual-LONG-or-LOB/m-p/2352359#M118769</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-05T08:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Expanded non LONG bind data supplied after actual LONG or LOB column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Expanded-non-LONG-bind-data-supplied-after-actual-LONG-or-LOB/m-p/2352360#M118770</link>
      <description>Hi Sabrina,
&lt;BR /&gt;I've reordered all the clob datatype columns at the last inside the tMap component while moving the data into target table. And I've used long datatype for these 4 columns in tMap. But originally these 4 columns are of clob datatype in DB. I'm still getting the same error.</description>
      <pubDate>Tue, 06 Aug 2013 08:04:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Expanded-non-LONG-bind-data-supplied-after-actual-LONG-or-LOB/m-p/2352360#M118770</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-06T08:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: Expanded non LONG bind data supplied after actual LONG or LOB column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Expanded-non-LONG-bind-data-supplied-after-actual-LONG-or-LOB/m-p/2352361#M118771</link>
      <description>Hi, &lt;BR /&gt;Could you please give us your tMap editor screenshot so that I can see how did you convert clob type into long.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 06 Aug 2013 10:12:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Expanded-non-LONG-bind-data-supplied-after-actual-LONG-or-LOB/m-p/2352361#M118771</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-06T10:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: Expanded non LONG bind data supplied after actual LONG or LOB column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Expanded-non-LONG-bind-data-supplied-after-actual-LONG-or-LOB/m-p/2352362#M118772</link>
      <description>Hi
&lt;BR /&gt;I have talend job which is fetching the data from greenplum and moving into oracle database.in oracle db i have 3 columns as a CLOB datatype.while running the job i got below error
&lt;BR /&gt;"Expanded non LONG bind data supplied after actual LONG or LOB column"
&lt;BR /&gt;Please suggest me to fix this
&lt;BR /&gt;
&lt;BR /&gt;Regards
&lt;BR /&gt;Hasan</description>
      <pubDate>Mon, 10 Feb 2020 18:34:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Expanded-non-LONG-bind-data-supplied-after-actual-LONG-or-LOB/m-p/2352362#M118772</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-10T18:34:13Z</dc:date>
    </item>
  </channel>
</rss>

