<?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 Oracle stored procedure with Ref Cursor as out put in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Oracle-stored-procedure-with-Ref-Cursor-as-out-put/m-p/311702#M711587</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Murali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you find out the solution to this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Sep 2011 14:50:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-09-30T14:50:01Z</dc:date>
    <item>
      <title>Oracle stored procedure with Ref Cursor as out put</title>
      <link>https://community.qlik.com/t5/QlikView/Oracle-stored-procedure-with-Ref-Cursor-as-out-put/m-p/311701#M711586</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;I have the following stored procedure in Oracle. How can I execute this in QlikView to load the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CREATE OR REPLACE PROCEDURE Test(reportno IN NUMBER, p_cur OUT sys_refcursor)&lt;/P&gt;&lt;P&gt;IS&lt;BR /&gt;BEGIN&lt;BR /&gt;IF reportno = 1 THEN&lt;BR /&gt;BEGIN&amp;nbsp; &lt;BR /&gt;&amp;nbsp; OPEN p_cur FOR&lt;BR /&gt;&amp;nbsp; Select statement comes here;&lt;BR /&gt;END;&lt;BR /&gt;ELSE IF reportno = 2 THEN&lt;BR /&gt;BEGIN&lt;BR /&gt;&amp;nbsp; OPEN p_cur FOR&lt;BR /&gt;&amp;nbsp; Select statement comes here;&lt;BR /&gt;END;&lt;BR /&gt;END IF;&lt;BR /&gt;END IF;&lt;BR /&gt;END Test;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Murali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 09:40:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Oracle-stored-procedure-with-Ref-Cursor-as-out-put/m-p/311701#M711586</guid>
      <dc:creator />
      <dc:date>2011-05-19T09:40:31Z</dc:date>
    </item>
    <item>
      <title>Oracle stored procedure with Ref Cursor as out put</title>
      <link>https://community.qlik.com/t5/QlikView/Oracle-stored-procedure-with-Ref-Cursor-as-out-put/m-p/311702#M711587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Murali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you find out the solution to this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2011 14:50:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Oracle-stored-procedure-with-Ref-Cursor-as-out-put/m-p/311702#M711587</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-30T14:50:01Z</dc:date>
    </item>
    <item>
      <title>Oracle stored procedure with Ref Cursor as out put</title>
      <link>https://community.qlik.com/t5/QlikView/Oracle-stored-procedure-with-Ref-Cursor-as-out-put/m-p/311703#M711588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No. I didn't get any solution for this. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2011 14:51:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Oracle-stored-procedure-with-Ref-Cursor-as-out-put/m-p/311703#M711588</guid>
      <dc:creator />
      <dc:date>2011-09-30T14:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle stored procedure with Ref Cursor as out put</title>
      <link>https://community.qlik.com/t5/QlikView/Oracle-stored-procedure-with-Ref-Cursor-as-out-put/m-p/311704#M711589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Murali try the below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODBC CONNECT TO [Database]&lt;/P&gt;&lt;P&gt;Load *;SQL &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Execute [Schema].[Procedure] (&amp;lt;reportno&amp;gt;);&lt;/P&gt;&lt;P&gt;exit script;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Oct 2011 16:32:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Oracle-stored-procedure-with-Ref-Cursor-as-out-put/m-p/311704#M711589</guid>
      <dc:creator />
      <dc:date>2011-10-01T16:32:16Z</dc:date>
    </item>
    <item>
      <title>Oracle stored procedure with Ref Cursor as out put</title>
      <link>https://community.qlik.com/t5/QlikView/Oracle-stored-procedure-with-Ref-Cursor-as-out-put/m-p/311705#M711590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;load*;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select&lt;/P&gt;&lt;P&gt;a,&lt;/P&gt;&lt;P&gt;b,&lt;/P&gt;&lt;P&gt;c,&lt;/P&gt;&lt;P&gt;d,&lt;/P&gt;&lt;P&gt;e,&lt;/P&gt;&lt;P&gt;T.test(arg1,arg2) as StoreprocedureCalling&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from T.tablename&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fetch above select statement using Connection to database and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;add a field&amp;nbsp; as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T.test(arg1,arg2) as StoreprocedureCalling&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T is nothing but Schemaname&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Oct 2011 19:17:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Oracle-stored-procedure-with-Ref-Cursor-as-out-put/m-p/311705#M711590</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-10-01T19:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle stored procedure with Ref Cursor as out put</title>
      <link>https://community.qlik.com/t5/QlikView/Oracle-stored-procedure-with-Ref-Cursor-as-out-put/m-p/311706#M711591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tested both codes and didn't work.&lt;/P&gt;&lt;P&gt;This is the call on Toad:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: 'MS Shell Dlg 2','sans-serif'; color: blue; font-size: 10pt;"&gt;DECLARE&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'MS Shell Dlg 2','sans-serif'; color: black; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: 'MS Shell Dlg 2','sans-serif'; color: black; font-size: 10pt;"&gt;&amp;nbsp; V_output&amp;nbsp; SYS_REFCURSOR&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: 'MS Shell Dlg 2','sans-serif'; color: black; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: 'MS Shell Dlg 2','sans-serif'; color: blue; font-size: 10pt;"&gt;BEGIN&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'MS Shell Dlg 2','sans-serif'; color: black; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="background-color: white; font-family: 'MS Shell Dlg 2','sans-serif'; color: red; font-size: 10pt;"&gt;Schema.&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'MS Shell Dlg 2','sans-serif'; color: olive; font-size: 10pt;"&gt;StoreProcedureName&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'MS Shell Dlg 2','sans-serif'; color: blue; font-size: 10pt;"&gt;(numparam1,&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'MS Shell Dlg 2','sans-serif'; color: black; font-size: 10pt;"&gt; charparam2L&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'MS Shell Dlg 2','sans-serif'; color: blue; font-size: 10pt;"&gt;,&lt;/SPAN&gt; &lt;STRONG style="color: red; font-size: 10pt; background-color: white; font-family: 'MS Shell Dlg 2','sans-serif';"&gt;:&lt;/STRONG&gt;&lt;SPAN style="background-color: white; font-family: 'MS Shell Dlg 2','sans-serif'; color: black; font-size: 10pt;"&gt;V_output &lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'MS Shell Dlg 2','sans-serif'; color: blue; font-size: 10pt;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: 'MS Shell Dlg 2','sans-serif'; color: blue; font-size: 10pt;"&gt;END;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: 'MS Shell Dlg 2','sans-serif'; color: blue; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: 'MS Shell Dlg 2','sans-serif'; color: blue; font-size: 10pt;"&gt;Any idea how to call it on QlikView?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 18:08:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Oracle-stored-procedure-with-Ref-Cursor-as-out-put/m-p/311706#M711591</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-10-04T18:08:13Z</dc:date>
    </item>
  </channel>
</rss>

