<?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 How can i pull data from Oracle using Store Procedure in QlikView? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-can-i-pull-data-from-Oracle-using-Store-Procedure-in/m-p/347889#M128768</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I pull data from Oracle using Store Procedure in QlikView? May be someone know this SQL solution to store data from Oracle / SQL Server into QVD from store procedure. Can someone give me the code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Danny H.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Apr 2012 01:55:18 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-04-12T01:55:18Z</dc:date>
    <item>
      <title>How can i pull data from Oracle using Store Procedure in QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-pull-data-from-Oracle-using-Store-Procedure-in/m-p/347889#M128768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I pull data from Oracle using Store Procedure in QlikView? May be someone know this SQL solution to store data from Oracle / SQL Server into QVD from store procedure. Can someone give me the code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Danny H.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2012 01:55:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-pull-data-from-Oracle-using-Store-Procedure-in/m-p/347889#M128768</guid>
      <dc:creator />
      <dc:date>2012-04-12T01:55:18Z</dc:date>
    </item>
    <item>
      <title>How can i pull data from Oracle using Store Procedure in QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-pull-data-from-Oracle-using-Store-Procedure-in/m-p/347890#M128769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Danny&lt;/P&gt;&lt;P&gt;I usually use one of the codes mentioned by Johannes Sunden on this thread&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://community.qlik.com/message/38979#38979"&gt;http://community.qlik.com/message/38979#38979&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2012 02:15:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-pull-data-from-Oracle-using-Store-Procedure-in/m-p/347890#M128769</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2012-04-12T02:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: How can i pull data from Oracle using Store Procedure in QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-pull-data-from-Oracle-using-Store-Procedure-in/m-p/347891#M128770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why this code is error? May be my syntac is wrong in QlikView Script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCEDURE:&lt;/P&gt;&lt;P&gt;SQL CALL FEIS_MASTER_LOV_PKG.FEIS_MASTER_REGM_FETCH(1000);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE PROCEDURE into PROCEDURE.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2012 02:43:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-pull-data-from-Oracle-using-Store-Procedure-in/m-p/347891#M128770</guid>
      <dc:creator />
      <dc:date>2012-04-12T02:43:43Z</dc:date>
    </item>
    <item>
      <title>How can i pull data from Oracle using Store Procedure in QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-pull-data-from-Oracle-using-Store-Procedure-in/m-p/347892#M128771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;You need to add (mode is write) before the end of the connection string to properly execute it. &lt;/P&gt;&lt;P&gt;You also need to mark the checkbox that says ' Open database in read &amp;amp; write mode' in the bottom of the script windows, in the 'settings' tab &lt;/P&gt;&lt;P&gt;You could also try: &lt;/P&gt;&lt;P&gt;SQL SELECT FEIS_MASTER_LOV_PKG.FEIS_MASTER_REGM_FETCH(1000);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2012 02:53:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-pull-data-from-Oracle-using-Store-Procedure-in/m-p/347892#M128771</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2012-04-12T02:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: How can i pull data from Oracle using Store Procedure in QlikView?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-pull-data-from-Oracle-using-Store-Procedure-in/m-p/347893#M128772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have setting connection again. after connection to database success, i open tab advance but the setting mode read &amp;amp; write always disable.&lt;/P&gt;&lt;P&gt;Can you explain me more detail with the code? &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2012 04:57:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-pull-data-from-Oracle-using-Store-Procedure-in/m-p/347893#M128772</guid>
      <dc:creator />
      <dc:date>2012-04-12T04:57:47Z</dc:date>
    </item>
  </channel>
</rss>

