<?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: How to Execute Oracle Stored Procedure with multiple Parameters in QlikSense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-Execute-Oracle-Stored-Procedure-with-multiple-Parameters/m-p/1890385#M73346</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48860"&gt;@Digvijay_Singh&lt;/a&gt;&amp;nbsp;Thank you so much . This definitely helped .&lt;/P&gt;
&lt;P&gt;I still had to tweak a little . Here is the statement that worked for me&amp;nbsp; -&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SQL CALL DBNAME.STOREDPROCEDURENAME('parameter') !EXECUTE_NON_SELECT_QUERY;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Feb 2022 14:31:28 GMT</pubDate>
    <dc:creator>Siqk</dc:creator>
    <dc:date>2022-02-08T14:31:28Z</dc:date>
    <item>
      <title>How to Execute Oracle Stored Procedure with multiple Parameters in QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Execute-Oracle-Stored-Procedure-with-multiple-Parameters/m-p/1889943#M73315</link>
      <description>&lt;P&gt;I am trying to Execute Oracle Stored Procedure from QlikSense passing a parameter "Y"&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I Set the parameter&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;allow-nonselect-queries&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;to&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#3366FF"&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;True&lt;/FONT&gt;&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Tried below syntax to execute the SP sending a parameter "Y"&amp;nbsp; -&lt;/P&gt;
&lt;P&gt;&amp;nbsp;SQL exec ('[DBNAME].[STOREDPROCEDURENAME]');&lt;/P&gt;
&lt;P&gt;SQL EXEC DBNAME.STOREDPROCEDURENAME '$(Y)'&lt;BR /&gt;SQL EXEC DBSERVERNAME.DBNAME.STOREDPROCEDURENAME'$(Y)';&lt;/P&gt;
&lt;P&gt;none of them are working and throwing&amp;nbsp; below Oracle&amp;nbsp; error -&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;ERROR [HY000] [Qlik][OracleOCI] (3000) Oracle Caller Interface: ORA-00900: invalid SQL statement.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;What's the correct syntax for executing Stored Procedures with multiple parameters in QlikSense?&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Procedure&amp;nbsp;execution is allowed at SQL*PLUS as well.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Appreciate any helpful pointers. Thanks in advance.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Feb 2022 20:20:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Execute-Oracle-Stored-Procedure-with-multiple-Parameters/m-p/1889943#M73315</guid>
      <dc:creator>Siqk</dc:creator>
      <dc:date>2022-02-07T20:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to Execute Oracle Stored Procedure with multiple Parameters in QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Execute-Oracle-Stored-Procedure-with-multiple-Parameters/m-p/1890004#M73321</link>
      <description>&lt;P&gt;Not sure but this thread might be useful -&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-App-Dev/QlikView-integration-with-Oracle-Stored-procedure-FAILS-in/td-p/1098446" target="_blank"&gt;https://community.qlik.com/t5/QlikView-App-Dev/QlikView-integration-with-Oracle-Stored-procedure-FAILS-in/td-p/1098446&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Feb 2022 23:46:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Execute-Oracle-Stored-Procedure-with-multiple-Parameters/m-p/1890004#M73321</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2022-02-07T23:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to Execute Oracle Stored Procedure with multiple Parameters in QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Execute-Oracle-Stored-Procedure-with-multiple-Parameters/m-p/1890385#M73346</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48860"&gt;@Digvijay_Singh&lt;/a&gt;&amp;nbsp;Thank you so much . This definitely helped .&lt;/P&gt;
&lt;P&gt;I still had to tweak a little . Here is the statement that worked for me&amp;nbsp; -&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SQL CALL DBNAME.STOREDPROCEDURENAME('parameter') !EXECUTE_NON_SELECT_QUERY;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2022 14:31:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Execute-Oracle-Stored-Procedure-with-multiple-Parameters/m-p/1890385#M73346</guid>
      <dc:creator>Siqk</dc:creator>
      <dc:date>2022-02-08T14:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to Execute Oracle Stored Procedure with multiple Parameters in QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Execute-Oracle-Stored-Procedure-with-multiple-Parameters/m-p/1890430#M73350</link>
      <description>&lt;P&gt;Glad to hear that you found the fix for your problem.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2022 15:08:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Execute-Oracle-Stored-Procedure-with-multiple-Parameters/m-p/1890430#M73350</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2022-02-08T15:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to Execute Oracle Stored Procedure with multiple Parameters in QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Execute-Oracle-Stored-Procedure-with-multiple-Parameters/m-p/2050843#M86378</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48860"&gt;@Digvijay_Singh&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried the same command but still it throws me an error that SQL command is not ended properly.Please find me code below as i have 3 input and 3 output parameters.&lt;/P&gt;
&lt;P&gt;Let v_inpput_param1='SSG1';&lt;BR /&gt;Let v_inpput_param2='28 FEB 2023';&lt;BR /&gt;Let v_inpput_param3='N';&lt;BR /&gt;Let v_output_param1='@p_ResultSet OUTPUT';&lt;BR /&gt;Let v_output_param2='@p_RetCode OUTPUT';&lt;BR /&gt;Let v_output_param3='p_RetString OUTPUT';&lt;/P&gt;
&lt;P&gt;SQL CALL PK_JAZZ_FOBOREC.Get_CashRec('$(v_inpput_param1)','$(v_inpput_param2)','$(v_output_param1)','$(v_output_param2)','$(v_output_param3)','$(v_inpput_param3)')!EXECUTE_NON_SELECT_QUERY;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2023 05:19:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Execute-Oracle-Stored-Procedure-with-multiple-Parameters/m-p/2050843#M86378</guid>
      <dc:creator>shampy19</dc:creator>
      <dc:date>2023-03-20T05:19:20Z</dc:date>
    </item>
  </channel>
</rss>

