<?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: Oracle Procedure in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Oracle-Procedure/m-p/1436822#M1325316</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So did it work with your Call function?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Oct 2017 17:08:59 GMT</pubDate>
    <dc:creator>vishsaggi</dc:creator>
    <dc:date>2017-10-12T17:08:59Z</dc:date>
    <item>
      <title>Oracle Procedure</title>
      <link>https://community.qlik.com/t5/QlikView/Oracle-Procedure/m-p/1436813#M1325307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi i have this procedure in oracle in my schema:&lt;/P&gt;&lt;P&gt;CREATE OR REPLACE PROCEDURE PROVADANO (prc out sys_refcursor) AS &lt;/P&gt;&lt;P&gt;BEGIN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; open prc for &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SELECT *&amp;nbsp; FROM "ETRM_XXX"."V_XXX" aa&lt;/P&gt;&lt;P&gt;END PROVADANO;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i call this in qlikview?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried with:&lt;/P&gt;&lt;P&gt;SQL EXECUTE "MYSCHEMA"."PROVADANO";&lt;/P&gt;&lt;P&gt;or SQL EXECUTE "PROVADANO";&lt;/P&gt;&lt;P&gt;and with&lt;/P&gt;&lt;P&gt;SQL CALL "MYSCHEMA"."PROVADANO";&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;SQL CALL "PROVADANO";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but nothing it say not find the procedure, where i wrong?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Oracle-Procedure/m-p/1436813#M1325307</guid>
      <dc:creator>danosoft</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Procedure</title>
      <link>https://community.qlik.com/t5/QlikView/Oracle-Procedure/m-p/1436814#M1325308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IS your qlikview user given permission on that server. Like just grant permission like here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/74815"&gt;How to Call stored procedure in Qlikview&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="kwd" style="font-size: 13px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #00008b;"&gt;GRANT&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 13px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #3d3d3d;"&gt;&lt;SPAN class="kwd" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #00008b;"&gt;EXEC&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN class="kwd" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #00008b;"&gt;ON&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt; dbo&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;xxxxxxx &lt;/SPAN&gt;&lt;SPAN class="kwd" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #00008b;"&gt;TO&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #00008b;"&gt;&amp;lt;UserName&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 15:07:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Oracle-Procedure/m-p/1436814#M1325308</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-10-11T15:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Procedure</title>
      <link>https://community.qlik.com/t5/QlikView/Oracle-Procedure/m-p/1436815#M1325309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, but it say:&lt;/P&gt;&lt;P&gt;SQL##f - SqlState: 37000, ErrorCode: 0, ErrorMsg: [Oracle][ODBC]Syntax error or access violation.&lt;/P&gt;&lt;P&gt;SQL Exec "MYSCHEMA"."PROVADANO"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL##f - SqlState: S1000, ErrorCode: 6576, ErrorMsg: [Oracle][ODBC][Ora]ORA-06576: not a valid function or procedure name&lt;/P&gt;&lt;P&gt;SQL CALL "MYSCHEMA"."PROVADANO"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 15:45:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Oracle-Procedure/m-p/1436815#M1325309</guid>
      <dc:creator>danosoft</dc:creator>
      <dc:date>2017-10-11T15:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Procedure</title>
      <link>https://community.qlik.com/t5/QlikView/Oracle-Procedure/m-p/1436816#M1325310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ask your DBA guys to Grant EXECCUTE permission to this qlikview user account so tell them to run like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GRANT EXEC ON MYSCHEME.PROVADANO TO &amp;lt;qlikviewuseraccountname&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I doubt you cant use CALL function here coz you want to execute Stored Procedure not to call a snippet of code. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 18:08:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Oracle-Procedure/m-p/1436816#M1325310</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-10-11T18:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Procedure</title>
      <link>https://community.qlik.com/t5/QlikView/Oracle-Procedure/m-p/1436817#M1325311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I already did that, my code is a PROCEDURE in Oracle but when i run:&lt;/P&gt;&lt;P&gt;SQL Exec "ETRM_COMMON"."PROVADANO";;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it do this error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL##f - SqlState: 37000, ErrorCode: 0, ErrorMsg: [Oracle][ODBC]Syntax error or access violation.&lt;/P&gt;&lt;P&gt;SQL Exec "MYSCHEMA"."PROVADANO";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if I tried to call a funcion like the before procedure (it have the same code) with command: &lt;/P&gt;&lt;P&gt;LOAD *;&lt;/P&gt;&lt;P&gt;SQL {? = CALL MYSCHEMA.PROVADANOFN() } ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all is ok, it start&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so what the problem with a Procedure, why it say that error?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 06:50:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Oracle-Procedure/m-p/1436817#M1325311</guid>
      <dc:creator>danosoft</dc:creator>
      <dc:date>2017-10-12T06:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Procedure</title>
      <link>https://community.qlik.com/t5/QlikView/Oracle-Procedure/m-p/1436818#M1325312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The error is clearly saying Syntax or Access Violation. So i believe there is not any syntax and it would be access violation. However, did you check below?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/179418_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in User Preferences using Ctrl+Alt+U -&amp;gt; Check Script (Allow Database write and execute statements)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/179419_Capture.PNG" style="height: 271px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 13:43:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Oracle-Procedure/m-p/1436818#M1325312</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-10-12T13:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Procedure</title>
      <link>https://community.qlik.com/t5/QlikView/Oracle-Procedure/m-p/1436819#M1325313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the second image yes is ok, in my document. but the first image where i can find those options?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 13:56:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Oracle-Procedure/m-p/1436819#M1325313</guid>
      <dc:creator>danosoft</dc:creator>
      <dc:date>2017-10-12T13:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Procedure</title>
      <link>https://community.qlik.com/t5/QlikView/Oracle-Procedure/m-p/1436820#M1325314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you go to edit script in the bottom you can see that settings tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 14:15:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Oracle-Procedure/m-p/1436820#M1325314</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-10-12T14:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Procedure</title>
      <link>https://community.qlik.com/t5/QlikView/Oracle-Procedure/m-p/1436821#M1325315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok i did it, the problem is the same:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL##f - SqlState: 37000, ErrorCode: 0, ErrorMsg: [Oracle][ODBC]Syntax error or access violation.&lt;/P&gt;&lt;P&gt;SQL Exec "ETRM_COMMON"."PROVADANO"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;possible for call a Procedure the sintax is different?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my procedure:&lt;/P&gt;&lt;P&gt;CREATE OR REPLACE PROCEDURE PROVADANO (prc out sys_refcursor) AS &lt;/P&gt;&lt;P&gt;BEGIN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; open prc for &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SELECT *&amp;nbsp; FROM "ETRM_XXX"."V_XXX" aa&lt;/P&gt;&lt;P&gt;END PROVADANO;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;becouse if i call a function with&lt;/P&gt;&lt;P&gt;LOAD *;&lt;/P&gt;&lt;P&gt;SQL {? = CALL MYSCHEMA.PROVADANOFN() } ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all is ok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 15:45:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Oracle-Procedure/m-p/1436821#M1325315</guid>
      <dc:creator>danosoft</dc:creator>
      <dc:date>2017-10-12T15:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Procedure</title>
      <link>https://community.qlik.com/t5/QlikView/Oracle-Procedure/m-p/1436822#M1325316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So did it work with your Call function?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 17:08:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Oracle-Procedure/m-p/1436822#M1325316</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-10-12T17:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Procedure</title>
      <link>https://community.qlik.com/t5/QlikView/Oracle-Procedure/m-p/1436823#M1325317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this worked for me, with Oracle ODBC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;// Qlik&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;t:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD *;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SQL&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;select&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;{? = CALL MYFUNC&amp;nbsp; };&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;// Oracle&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;CREATE OR REPLACE FUNCTION MYFUNC&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RETURN SYS_REFCURSOR&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;IS&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lv_ret_refcursor&amp;nbsp; SYS_REFCURSOR;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;BEGIN&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OPEN lv_ret_refcursor FOR&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SELECT 'SUCCESS' as result&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM DUAL;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RETURN lv_ret_refcursor;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;END ;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 18:26:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Oracle-Procedure/m-p/1436823#M1325317</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2017-10-12T18:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Procedure</title>
      <link>https://community.qlik.com/t5/QlikView/Oracle-Procedure/m-p/1436824#M1325318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like i wrote: i NOT have problem with functions, those work for me too, i have problem with PROCEDURE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2017 06:38:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Oracle-Procedure/m-p/1436824#M1325318</guid>
      <dc:creator>danosoft</dc:creator>
      <dc:date>2017-10-13T06:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Procedure</title>
      <link>https://community.qlik.com/t5/QlikView/Oracle-Procedure/m-p/1436825#M1325319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like i wrote, CALL function work with FUNCTIONS in oracle, i have problem with the PROCEDURE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2017 06:39:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Oracle-Procedure/m-p/1436825#M1325319</guid>
      <dc:creator>danosoft</dc:creator>
      <dc:date>2017-10-13T06:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Procedure</title>
      <link>https://community.qlik.com/t5/QlikView/Oracle-Procedure/m-p/1436826#M1325320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Remember that the entire text between the SQL statement and the closing semi-colon is sent verbatim to the Oracle server and there executed by Oracle.I would test this call/exec in a tool like TOAD, preferably using the same login as your QV server account. Once you have it working there, copy the working SQL statement back to QV.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2017 06:53:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Oracle-Procedure/m-p/1436826#M1325320</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-10-13T06:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Procedure</title>
      <link>https://community.qlik.com/t5/QlikView/Oracle-Procedure/m-p/1436827#M1325321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jonathan i think you find the way.... for sqlnavigator i need to execute it with those statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;variable prc refcursor;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Execute "ETRM_COMMON"."PROVADANO"(:PRC);&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Procedura PL/SQL completata correttamente."&lt;/P&gt;&lt;P&gt;and it work OK from sql navigator&lt;/P&gt;&lt;P&gt;I think the problem is i need to create the first instruction in QlikView too, how can i call that statement in Qlik (with declaration of prc refcursor and the execute?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2017 07:23:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Oracle-Procedure/m-p/1436827#M1325321</guid>
      <dc:creator>danosoft</dc:creator>
      <dc:date>2017-10-13T07:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Procedure</title>
      <link>https://community.qlik.com/t5/QlikView/Oracle-Procedure/m-p/1436828#M1325322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Oracle procedure&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;CREATE OR REPLACE PROCEDURE test2 (prc out sys_refcursor) AS&lt;/P&gt;&lt;P&gt;BEGIN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; open prc for&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SELECT sysdate&amp;nbsp; FROM dual&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; union select sysdate+1 from dual;&lt;/P&gt;&lt;P&gt;END ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Qlik&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;t2:&lt;/P&gt;&lt;P&gt;SQL&lt;/P&gt;&lt;P&gt;{CALL test2&amp;nbsp; };&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Result&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/179502_1.png" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2017 08:04:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Oracle-Procedure/m-p/1436828#M1325322</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2017-10-13T08:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Procedure</title>
      <link>https://community.qlik.com/t5/QlikView/Oracle-Procedure/m-p/1436829#M1325323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;&amp;gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; think the problem is i need to create the first instruction in QlikView too, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I expect that you do need to include it. I am not currently using Oracle (its about 10 years ago that I last used Oracle), and I am a little rusty. Is the semi-colon required after the variable declaration? If it is, your bext approach may be waht Massimo proposed. If not, then you could say:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SQL&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;variable prc refcursor&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Execute "ETRM_COMMON"."PROVADANO"(:PRC);&lt;/EM&gt;&lt;/P&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2017 09:07:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Oracle-Procedure/m-p/1436829#M1325323</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-10-16T09:07:03Z</dc:date>
    </item>
  </channel>
</rss>

