<?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: Execute a Stored Procedure in Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Execute-a-Stored-Procedure-in-Qlikview/m-p/771638#M273833</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Thank you for this. Good info and useful.&lt;/SPAN&gt;&lt;SPAN class="emoticon-inline emoticon_happy" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 01 Aug 2015 15:59:16 GMT</pubDate>
    <dc:creator>qlikviewwizard</dc:creator>
    <dc:date>2015-08-01T15:59:16Z</dc:date>
    <item>
      <title>Execute a Stored Procedure in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-a-Stored-Procedure-in-Qlikview/m-p/771630#M273825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;I'm trying to execute a stored procedure thro Qlikview, but it errors out with the following error:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&lt;STRONG&gt;Error message:&amp;nbsp; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;SQL##f - SqlState: 37000, ErrorCode: 0, ErrorMsg: [Oracle][ODBC]Syntax error or access violation.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: black; font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;Qlikview script :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff9900; font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;ODBC CONNECT TO [DB]:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff9900; font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;SQL EXEC Schemaname.Procname;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;I have been trying all possible suggestions posted on our community, but I'm unable to fix the issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;Used "Execute" in place of "Exec" on the script above&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;Enabled &amp;amp; Disabled the option "Open Database in Read and Write Mode" on the Settings tab of the script editor&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;Enabled - Settings-&amp;gt;user preferences-&amp;gt;security-&amp;gt;Script(allow database write and execute statements)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;load&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; *; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;sql&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; Execute &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;Procname&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;exit&lt;/STRONG&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Script&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;load&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; *; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;sql&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; Execute &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;Procname()&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;exit&lt;/STRONG&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Script&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;; &lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: black; font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;Note:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;1) The stored procedure runs perfectly in oracle.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;2) The Procedure will just insert an entry to a table. I have granted permission to execute this PROC on different schema.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&lt;STRONG&gt;Procedure in DB:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; create or replace procedure Procname as&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; begin&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; insert into dummy values (1,’abc’);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; commit;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; end;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;If you could help me with any suggestions, that will be a great help!!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: Arial, sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: Arial, sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 11:36:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execute-a-Stored-Procedure-in-Qlikview/m-p/771630#M273825</guid>
      <dc:creator>sureshbaabu</dc:creator>
      <dc:date>2015-01-12T11:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Execute a Stored Procedure in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-a-Stored-Procedure-in-Qlikview/m-p/771631#M273826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have you saw this thread:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/123154"&gt;How to trigger PL/SQl Stored Procedures from Qlikview Application???&lt;/A&gt;&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;André Gomes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 11:40:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execute-a-Stored-Procedure-in-Qlikview/m-p/771631#M273826</guid>
      <dc:creator>agomes1971</dc:creator>
      <dc:date>2015-01-12T11:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Execute a Stored Procedure in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-a-Stored-Procedure-in-Qlikview/m-p/771632#M273827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response. &lt;/P&gt;&lt;P&gt;Yes, I did!! I actually checked for some solutions on that thread, before posting a new discussion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 11:44:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execute-a-Stored-Procedure-in-Qlikview/m-p/771632#M273827</guid>
      <dc:creator>sureshbaabu</dc:creator>
      <dc:date>2015-01-12T11:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Execute a Stored Procedure in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-a-Stored-Procedure-in-Qlikview/m-p/771633#M273828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-family: Calibri, sans-serif;"&gt;&lt;SPAN style="font-size: 11pt; line-height: 1.5em;"&gt;I have tried using ‘Call’ function and it works fine when the procedure &lt;/SPAN&gt;&lt;SPAN style="font-size: 15px; line-height: 22px;"&gt;doesn't&lt;/SPAN&gt;&lt;SPAN style="font-size: 11pt; line-height: 1.5em;"&gt; have any action on the DB table. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;But it error’s out with the following error, &lt;SPAN style="color: #1f497d; font-family: Calibri, sans-serif; font-size: 15px;"&gt; when trying to write into DB.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: red;"&gt;SQL##f - SqlState: S1000, ErrorCode: 1456, ErrorMsg: [Oracle][ODBC][Ora]ORA-01456: may not perform insert/delete/update operation inside a READ ONLY transaction&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: red;"&gt;ORA-06512: at "Schemaname.Procname", line 18&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;Qlikview script: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #1f497d; font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;sql call procname (‘QV Test')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-family: Calibri, sans-serif;"&gt;&lt;SPAN style="font-size: 11pt;"&gt;Note: using Exec and execute did not work, it &lt;/SPAN&gt;&lt;SPAN style="font-size: 15px;"&gt;error-ed&lt;/SPAN&gt;&lt;SPAN style="font-size: 11pt;"&gt; out for ‘&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: red;"&gt;Syntax error or access violation’&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: black;"&gt;Any thoughts ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: black;"&gt;Thanks&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 13:18:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execute-a-Stored-Procedure-in-Qlikview/m-p/771633#M273828</guid>
      <dc:creator>sureshbaabu</dc:creator>
      <dc:date>2015-01-14T13:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Execute a Stored Procedure in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-a-Stored-Procedure-in-Qlikview/m-p/771634#M273829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;BR /&gt; I observe that your procedure is inserting records, so you should open ODBC connection in write mode and enable "Open Database in read and write mode" from settings.&lt;BR /&gt; Ex.: ODBC CONNECT TO [DB](Mode is write);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 05:06:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execute-a-Stored-Procedure-in-Qlikview/m-p/771634#M273829</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-27T05:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Execute a Stored Procedure in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-a-Stored-Procedure-in-Qlikview/m-p/771635#M273830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Hello Friend!&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;About calling procedures from within QlikView, if you have not achieved, you can try the way that I will describe below.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Step 1:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Set your script editor and it will open the databases in read and write mode.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;IMG __jive_id="84712" alt="Configuração do Script.jpg" class="jive-image image-1" src="/legacyfs/online/84742_Configuração do Script.jpg" style="font-size: 10pt; line-height: 1.5em; height: 154px; width: 620px;" /&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Step 2:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Correctly write your connection string, it is ODBC or OLEDB, add, before or after the password the following content&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;EM&gt;Mode is write&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;IMG __jive_id="84737" alt="String Conexão ODBC.jpg" class="jive-image image-2" src="/legacyfs/online/84743_String Conexão ODBC.jpg" style="height: 30px; width: 620px;" /&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Step 3:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Write correctly the call of Procedure that you want to call, in my example will look like this ...&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;&lt;EM&gt;"&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;SQL &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;call user_bi.prc_custo_padrão_real('4.2014','007');&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;&lt;EM&gt;"&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;IMG __jive_id="84738" alt="Chamada da Procedure.jpg" class="jive-image image-3" src="/legacyfs/online/84744_Chamada da Procedure.jpg" style="height: 58px; width: 620px;" /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I think this should work, I have helped.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Hug!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 16:46:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execute-a-Stored-Procedure-in-Qlikview/m-p/771635#M273830</guid>
      <dc:creator>offjunior</dc:creator>
      <dc:date>2015-04-23T16:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Execute a Stored Procedure in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-a-Stored-Procedure-in-Qlikview/m-p/771636#M273831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!! I will try the same. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 06:24:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execute-a-Stored-Procedure-in-Qlikview/m-p/771636#M273831</guid>
      <dc:creator>sureshbaabu</dc:creator>
      <dc:date>2015-04-24T06:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Execute a Stored Procedure in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-a-Stored-Procedure-in-Qlikview/m-p/771637#M273832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for this. Very helpful &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 12:31:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execute-a-Stored-Procedure-in-Qlikview/m-p/771637#M273832</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-22T12:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Execute a Stored Procedure in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-a-Stored-Procedure-in-Qlikview/m-p/771638#M273833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Thank you for this. Good info and useful.&lt;/SPAN&gt;&lt;SPAN class="emoticon-inline emoticon_happy" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Aug 2015 15:59:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execute-a-Stored-Procedure-in-Qlikview/m-p/771638#M273833</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-08-01T15:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Execute a Stored Procedure in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-a-Stored-Procedure-in-Qlikview/m-p/771639#M273834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thank you for the discussion!!.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I am facing issues the same issue in integrating oracle stored procedure data with QlikView.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I have tried all the above changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;But I am not able to fetch Oracle stored procedure data into QlikView as well as insert records into Oracle table through stored procedure.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I have posted the issue in forum at&lt;A _jive_internal="true" data-containerid="2061" data-containertype="14" data-objectid="1051103" data-objecttype="2" href="https://community.qlik.com/message/1051103#1051103" style="color: #3778c7; font-family: inherit; font-weight: inherit; font-style: inherit;"&gt;QlikView integration with Oracle Stored procedure FAILS in fetching data and inserting data to oracle table&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Could you please take a look at and advise for corrections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks a lot in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Laxmaiah Chowdary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2016 14:06:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execute-a-Stored-Procedure-in-Qlikview/m-p/771639#M273834</guid>
      <dc:creator />
      <dc:date>2016-06-02T14:06:49Z</dc:date>
    </item>
  </channel>
</rss>

