<?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: Calling and executing Oracle stored procedure in qliksense (Sep 2020 version) in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Calling-and-executing-Oracle-stored-procedure-in-qliksense-Sep/m-p/1849999#M9732</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/11028"&gt;@joaopaulo_delco&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your help. I tried these syntaxes but still did not work. It still gives error.&lt;/P&gt;</description>
    <pubDate>Thu, 21 Oct 2021 10:07:15 GMT</pubDate>
    <dc:creator>rupalimane1390</dc:creator>
    <dc:date>2021-10-21T10:07:15Z</dc:date>
    <item>
      <title>Calling and executing Oracle stored procedure in qliksense (Sep 2020 version)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Calling-and-executing-Oracle-stored-procedure-in-qliksense-Sep/m-p/1831791#M9466</link>
      <description>&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;Can anybody guide me to run Oracle stored procedure successfully in qliksense.&lt;/P&gt;&lt;P&gt;I checked almost all threads related to calling Oracle SP in qliksense but could not find successful or completed thread.&lt;/P&gt;&lt;P&gt;I am using following syntax to run Oracle SP in qliksense:&lt;/P&gt;&lt;DIV&gt;LIB CONNECT TO 'dmtx002i (matrix-data_manerup)';&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;1. SQL exec sp_uk_fc_nc_test_5;&lt;/P&gt;&lt;P&gt;or&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. I even tried with DB name :&amp;nbsp;SQL exec dmtx002i .sp_uk_fc_nc_test_5;&lt;/P&gt;&lt;P&gt;(dmtx002i is my DB name and&amp;nbsp;sp_uk_fc_nc_test_5 is oracle stored procedure name).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Aug 2021 13:53:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Calling-and-executing-Oracle-stored-procedure-in-qliksense-Sep/m-p/1831791#M9466</guid>
      <dc:creator>rupalimane1390</dc:creator>
      <dc:date>2021-08-27T13:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Calling and executing Oracle stored procedure in qliksense (Sep 2020 version)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Calling-and-executing-Oracle-stored-procedure-in-qliksense-Sep/m-p/1831808#M9467</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/120966"&gt;@rupalimane1390&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I only managed to solve it with an oledb connection. Look at my code below:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;LIB CONNECT TO 'Oracle MDLog OleDB (qliksense_administrador)';


// Execute stored procedure
SQL {CALL infomlog."TST_MONITORACAO_PEDIDOS_VENDA"};&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 27 Aug 2021 14:22:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Calling-and-executing-Oracle-stored-procedure-in-qliksense-Sep/m-p/1831808#M9467</guid>
      <dc:creator>joaopaulo_delco</dc:creator>
      <dc:date>2021-08-27T14:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: Calling and executing Oracle stored procedure in qliksense (Sep 2020 version)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Calling-and-executing-Oracle-stored-procedure-in-qliksense-Sep/m-p/1832404#M9476</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/11028"&gt;@joaopaulo_delco&lt;/a&gt;&amp;nbsp;, Thank you for your response. I tried using CALL command but it gives an error saying ' An Indentifier' must be declared where as my stored procedure does not have any parameter or identifier to be passed.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 08:01:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Calling-and-executing-Oracle-stored-procedure-in-qliksense-Sep/m-p/1832404#M9476</guid>
      <dc:creator>rupalimane1390</dc:creator>
      <dc:date>2021-08-31T08:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Calling and executing Oracle stored procedure in qliksense (Sep 2020 version)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Calling-and-executing-Oracle-stored-procedure-in-qliksense-Sep/m-p/1849999#M9732</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/11028"&gt;@joaopaulo_delco&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your help. I tried these syntaxes but still did not work. It still gives error.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Oct 2021 10:07:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Calling-and-executing-Oracle-stored-procedure-in-qliksense-Sep/m-p/1849999#M9732</guid>
      <dc:creator>rupalimane1390</dc:creator>
      <dc:date>2021-10-21T10:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Calling and executing Oracle stored procedure in qliksense (Sep 2020 version)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Calling-and-executing-Oracle-stored-procedure-in-qliksense-Sep/m-p/2050432#M12097</link>
      <description>&lt;P&gt;I am also facing the same issue when I am trying to run the below code it throws an error:&lt;/P&gt;
&lt;P&gt;SQL {CALL PK_JAZZ_FOBOREC."Get_SPC"}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Error Msg:&lt;/P&gt;
&lt;DIV class="edc_error"&gt;Connector reply error: SQL##f - SqlState: S1000, ErrorCode: 20001, ErrorMsg: [Oracle][ODBC][Ora]ORA-20001: ORU-10032: procedure Get_SPC within package PK_JAZZ_FOBOREC does not exist ORA-06512: at "SYS.DBMS_DESCRIBE", line 264 ORA-06512: at line 1&lt;/DIV&gt;
&lt;DIV class="empty edc_error"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="headline edc_error"&gt;The error occurred here:&lt;/DIV&gt;
&lt;DIV class="edc_error"&gt;SQL {CALL PK_JAZZ_FOBOREC."Get_SPC"}&lt;/DIV&gt;</description>
      <pubDate>Fri, 17 Mar 2023 09:14:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Calling-and-executing-Oracle-stored-procedure-in-qliksense-Sep/m-p/2050432#M12097</guid>
      <dc:creator>shampy19</dc:creator>
      <dc:date>2023-03-17T09:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Calling and executing Oracle stored procedure in qliksense (Sep 2020 version)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Calling-and-executing-Oracle-stored-procedure-in-qliksense-Sep/m-p/2059226#M12164</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46082"&gt;@shampy19&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is suggested to create a new post since this is from 2021,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you confirm if you are using our connector (Qlik connectors) or a third party connector?&lt;/P&gt;
&lt;P&gt;If using our connector, do you get an error, what is the error ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind Regards.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2023 15:45:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Calling-and-executing-Oracle-stored-procedure-in-qliksense-Sep/m-p/2059226#M12164</guid>
      <dc:creator>NadiaB</dc:creator>
      <dc:date>2023-04-11T15:45:43Z</dc:date>
    </item>
  </channel>
</rss>

