<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Hi All,  I am trying to insert a Base64 string (of a created doc) into</title><link>https://community.appian.com/discussions/f/general/2532/hi-all-i-am-trying-to-insert-a-base64-string-of-a-created-doc-into</link><description>Hi All, I am trying to insert a Base64 string (of a created doc) into DB using query DB node, the colum type is BLOB in DB, The query is as below: update rtech.bdm_blob_test set myblob = rtech.base64decodeclobasblob_plsql(base64clobgoeshere) It is throwing</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Hi All,&lt;br /&gt;&lt;br /&gt;I am trying to insert a Base64 string (of a created doc) into</title><link>https://community.appian.com/thread/8904?ContentTypeID=1</link><pubDate>Wed, 16 Apr 2014 05:38:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c79a9fd2-36a4-457e-bc31-a3f249edc907</guid><dc:creator>anagha_abhyankar</dc:creator><description>My xsd has below definition:&lt;br /&gt;&lt;br /&gt;&amp;lt;xsd:element name=&amp;quot;spoa_doc&amp;quot; type=&amp;quot;xsd:string&amp;quot; nillable=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;        &amp;lt;xsd:annotation&amp;gt;&lt;br /&gt;          &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;&lt;br /&gt;                     @Column(name=&amp;quot;SPOA_DOC&amp;quot;,columnDefinition=&amp;quot;CLOB&amp;quot;)&lt;br /&gt;          &amp;lt;/xsd:appinfo&amp;gt;&lt;br /&gt;        &amp;lt;/xsd:annotation&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/xsd:element&amp;gt;&lt;br /&gt;&lt;br /&gt;I just tried to change the type tag as mentioned by you above, but it throws error while importing the CDT. I did not change the complete element tag with xs.&lt;br /&gt;&lt;br /&gt;Just wondering, why does it not work for BLOB as it works for CLOB? And is anything special needed for updating the data through Datastore or Query DB node in BLOB column, can&amp;#39;t relate to the error as in my post.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi All,&lt;br /&gt;&lt;br /&gt;I am trying to insert a Base64 string (of a created doc) into</title><link>https://community.appian.com/thread/8903?ContentTypeID=1</link><pubDate>Wed, 16 Apr 2014 04:55:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1699b6df-6603-4e48-a652-bb40a17e87ef</guid><dc:creator>Eduardo Fuentes</dc:creator><description>What is the value of the type=&amp;quot;&amp;quot; attribute in the xs:element of your field? In the example below it&amp;#39;s xs:string&lt;br /&gt;&lt;br /&gt;&amp;lt;xs:element name=&amp;quot;msg&amp;quot; type=&amp;quot;xs:string&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;  &amp;lt;xs:annotation&amp;gt;&lt;br /&gt;          &amp;lt;xs:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;&lt;br /&gt;            @Column(columnDefinition=&amp;quot;BLOB&amp;quot;)&lt;br /&gt;          &amp;lt;/xs:appinfo&amp;gt;&lt;br /&gt;        &amp;lt;/xs:annotation&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;  &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;  &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;  &amp;lt;/xs:element&amp;gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi All,&lt;br /&gt;&lt;br /&gt;I am trying to insert a Base64 string (of a created doc) into</title><link>https://community.appian.com/thread/8876?ContentTypeID=1</link><pubDate>Tue, 15 Apr 2014 04:10:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:480ba6e6-4fe5-4b58-8f1b-77a65fc1318e</guid><dc:creator>anagha_abhyankar</dc:creator><description>When I update the DB using Write to DS node, it throws the same error for BLOB when @cloumnDefinition=&amp;quot;BLOB&amp;quot; is added into the CDT. However, it works fine for CLOB.&lt;br /&gt;&lt;br /&gt;Please help ASAP.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>