<?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: Load a BLOB text field from Oracle into QlikView 12.10 SR7 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-a-BLOB-text-field-from-Oracle-into-QlikView-12-10-SR7/m-p/1452556#M434634</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tested this approach as suggested before. I guess it should work fine with MS SQL database, but not with Oracle database. Thanks for sending me the link.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Aug 2017 16:36:58 GMT</pubDate>
    <dc:creator>marychen</dc:creator>
    <dc:date>2017-08-24T16:36:58Z</dc:date>
    <item>
      <title>Load a BLOB text field from Oracle into QlikView 12.10 SR7</title>
      <link>https://community.qlik.com/t5/QlikView/Load-a-BLOB-text-field-from-Oracle-into-QlikView-12-10-SR7/m-p/1452554#M434632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;I am trying to load a blob filed from Oracle into QlikView 12.10 SR7. The following is the script I created based on Qlik article "How to store binary image SQL server and load it into QlikView". The GDTXFT field is the blog field which holds the text notes up to 3000 characters. After reload, all I got for the GDTXFT is either a "S" or a "{". When I use INFO(ACTIVITY_ID) it displays a string like this: "qmem://&amp;lt;6&amp;gt;/&amp;lt;60148&amp;gt;&amp;lt;b43ee1c1914df022acef91dc7edb2d15&amp;gt;" . Does anyone know how I can turn the INFO(ACTIVITY_ID) into a readable text notes in QliKView?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ODBC&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;CONNECT&lt;/STRONG&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TO&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[JDEDEV;DBQ=JDEDEV ]&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;XUserId&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN&gt; ABC, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;XPassword&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN&gt; XXX); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;SQL&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt; SELECT ZGAVID as ACTIVITY_ID, GDTXFT&lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN&gt;FROM CHDTA.F03B31 LEFT JOIN CHDTA.F00165 &lt;BR /&gt; ON ZGAVID = GDTXKY AND ZGAIT = 30 AND GDOBNM = 'GT03B31' and DBMS_LOB.GETCHUNKSIZE(GDTXFT)&amp;lt;=32767; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INFO&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SELECT&lt;/STRONG&gt;&lt;SPAN&gt; ZGAVID as ACTIVITY_ID, GDTXFT &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN&gt;FROM CHDTA.F03B31 LEFT JOIN CHDTA.F00165 &lt;BR /&gt; ON ZGAVID = GDTXKY AND ZGAIT = 30 AND GDOBNM = 'GT03B31' and DBMS_LOB.GETCHUNKSIZE(GDTXFT)&amp;lt;=32767; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2017 18:07:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-a-BLOB-text-field-from-Oracle-into-QlikView-12-10-SR7/m-p/1452554#M434632</guid>
      <dc:creator>marychen</dc:creator>
      <dc:date>2017-08-23T18:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: Load a BLOB text field from Oracle into QlikView 12.10 SR7</title>
      <link>https://community.qlik.com/t5/QlikView/Load-a-BLOB-text-field-from-Oracle-into-QlikView-12-10-SR7/m-p/1452555#M434633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Chick this,&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlikview.com/thread/52703" title="https://community.qlikview.com/thread/52703"&gt;GET A BLOB INTO YOUR QV SUCCESFULLY! | Qlik Community&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2017 01:30:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-a-BLOB-text-field-from-Oracle-into-QlikView-12-10-SR7/m-p/1452555#M434633</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2017-08-24T01:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: Load a BLOB text field from Oracle into QlikView 12.10 SR7</title>
      <link>https://community.qlik.com/t5/QlikView/Load-a-BLOB-text-field-from-Oracle-into-QlikView-12-10-SR7/m-p/1452556#M434634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tested this approach as suggested before. I guess it should work fine with MS SQL database, but not with Oracle database. Thanks for sending me the link.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2017 16:36:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-a-BLOB-text-field-from-Oracle-into-QlikView-12-10-SR7/m-p/1452556#M434634</guid>
      <dc:creator>marychen</dc:creator>
      <dc:date>2017-08-24T16:36:58Z</dc:date>
    </item>
  </channel>
</rss>

