<?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: QlikView integration with Oracle Stored procedure FAILS in fetching data and inserting data to oracle table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QlikView-integration-with-Oracle-Stored-procedure-FAILS-in/m-p/1098447#M634237</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Inserting records into database works now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stored procedure code:&lt;/P&gt;&lt;P&gt;-----------------------------------&lt;/P&gt;&lt;P&gt;create or replace PROCEDURE PROCEDURE3(no number,sales number,name varchar2, flag varchar2 )&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;P&gt;v_no NUMBER;&lt;/P&gt;&lt;P&gt;v_sales NUMBER;&lt;/P&gt;&lt;P&gt;v_name VARCHAR2 (10);&lt;/P&gt;&lt;P&gt;v_flag VARCHAR2 (1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BEGIN&lt;/P&gt;&lt;P&gt;v_no := no;&lt;/P&gt;&lt;P&gt;v_sales :=sales;&lt;/P&gt;&lt;P&gt;v_name :=name;&lt;/P&gt;&lt;P&gt;v_flag :=flag;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INSERT INTO TEST_QV_TABLE(ID,NAME,SALES,FLAG)&lt;/P&gt;&lt;P&gt;VALUES(v_no,v_name,v_sales,v_flag);&lt;/P&gt;&lt;P&gt;COMMIT;&lt;/P&gt;&lt;P&gt;end;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Execution from QlikView:&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;OLEDB CONNECT TO (XPassword is cPWNCSJOHLbGCYEHRRMIJ);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL CALL PROCEDURE3(5,3500,'jpmc','F');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Laxmaiah Chowdary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Jun 2016 13:31:19 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-06-03T13:31:19Z</dc:date>
    <item>
      <title>QlikView integration with Oracle Stored procedure FAILS in fetching data and inserting data to oracle table</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-integration-with-Oracle-Stored-procedure-FAILS-in/m-p/1098446#M634236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Hi Folks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;I'm novice to integrating oracle stored procedure to QlikView. I have below tasks to work on.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;1. I want to fetch oracle stored procedure data into QlikView and use that data as fields for list boxes.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;2. I want to execute stored procedure from QlikView that inserts records into oracle table .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Task 1:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;--------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;I tried out Task1. QlikView triggers stored procedure but I 'm not getting table records as QlikView fields.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;I have already referred below links but they are not of much help here&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;A class="jive-link-external-small" href="https://community.qlikview.com/thread/12849" rel="nofollow" target="_blank"&gt;https://community.qlikview.com/thread/12849&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;A class="jive-link-thread-small" data-containerid="2051" data-containertype="14" data-objectid="3223" data-objecttype="1" href="https://community.qlik.com/thread/3223"&gt;https://community.qlik.com/thread/3223&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;A class="jive-link-thread-small" data-containerid="2061" data-containertype="14" data-objectid="74815" data-objecttype="1" href="https://community.qlik.com/thread/74815"&gt;https://community.qlik.com/thread/74815&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;A class="jive-link-message-small" data-containerid="2051" data-containertype="14" data-objectid="235958" data-objecttype="2" href="https://community.qlik.com/message/235958#235958"&gt;https://community.qlik.com/message/235958#235958&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;My table is TEST_QV_TABLE and procedure is PROC_TEST_QV_TABLE.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1).&lt;/P&gt;&lt;P&gt;DESC TEST_QV_TABLE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name Null Type&lt;/P&gt;&lt;P&gt;----- ---- ------------&lt;/P&gt;&lt;P&gt;ID NUMBER(38)&lt;/P&gt;&lt;P&gt;NAME VARCHAR2(10)&lt;/P&gt;&lt;P&gt;SALES NUMBER(38)&lt;/P&gt;&lt;P&gt;FLAG VARCHAR2(1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2).&lt;/P&gt;&lt;P&gt;SELECT * FROM TEST_QV_TABLE;&lt;/P&gt;&lt;P&gt;1 John 1000 T&lt;/P&gt;&lt;P&gt;2 KRISH 1200 F&lt;/P&gt;&lt;P&gt;3 scott 1500 T&lt;/P&gt;&lt;P&gt;4 Bob 1600 F&lt;/P&gt;&lt;P&gt;5 JESSY 1800 T&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;3) Stored Procedure:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;-----------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;create or replace PROCEDURE PROC_TEST_QV_TABLE&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;p_id IN INTEGER,&lt;/P&gt;&lt;P&gt;p_name in varchar2,&lt;/P&gt;&lt;P&gt;p_sales in number,&lt;/P&gt;&lt;P&gt;p_flag in varchar2&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v_id number;&lt;/P&gt;&lt;P&gt;v_name varchar2(20);&lt;/P&gt;&lt;P&gt;v_sales NUMBER;&lt;/P&gt;&lt;P&gt;v_flag VARCHAR2(2);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BEGIN&lt;/P&gt;&lt;P&gt;select id,name,sales,flag into v_id, v_name,v_sales,v_flag&lt;/P&gt;&lt;P&gt;FROM TEST_QV_TABLE&lt;/P&gt;&lt;P&gt;where id = p_id&lt;/P&gt;&lt;P&gt;and name = p_name&lt;/P&gt;&lt;P&gt;and sales = p_sales&lt;/P&gt;&lt;P&gt;and flag = p_flag;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end PROC_TEST_QV_TABLE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;4) Calling Stored procedure from QlikView&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;--------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;OLEDB CONNECT TO (XPassword is cPWNCSJOHLbGCYEHRRMIJ);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *;&lt;/P&gt;&lt;P&gt;SQL CALL PROC_TEST_QV_TABLE(3,'scott',1500,'T');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;The QlikView scripts execution goes well but the issue is, it is not giving the parameters in the above procedure call as fields for QlikView.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have followed the link&lt;EM&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.c-sharpcorner.com/UploadFile/35fef0/connection-of-stored-procedure-in-qlikview-application/" rel="nofollow" target="_blank"&gt;http://www.c-sharpcorner.com/UploadFile/35fef0/connection-of-stored-procedure-in-qlikview-application/&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Task2:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;-------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;The stored procedure for inserting records into database is follows.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create or replace PROCEDURE PROC_TEST_QV_TABLE&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;p_id IN INTEGER,&lt;/P&gt;&lt;P&gt;p_name in varchar2,&lt;/P&gt;&lt;P&gt;p_sales in number,&lt;/P&gt;&lt;P&gt;p_flag in varchar2&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v_id number;&lt;/P&gt;&lt;P&gt;v_name varchar2(20);&lt;/P&gt;&lt;P&gt;v_sales NUMBER;&lt;/P&gt;&lt;P&gt;v_flag VARCHAR2(2);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BEGIN&lt;/P&gt;&lt;P&gt;select id,name,sales,flag into v_id, v_name,v_sales,v_flag&lt;/P&gt;&lt;P&gt;FROM TEST_QV_TABLE&lt;/P&gt;&lt;P&gt;where id = p_id&lt;/P&gt;&lt;P&gt;and name = p_name&lt;/P&gt;&lt;P&gt;and sales = p_sales&lt;/P&gt;&lt;P&gt;and flag = p_flag;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INSERT INTO TEST_QV_TABLE(ID,NAME,SALES,FLAG)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;VALUES(p_id,p_name,p_sales,p_flag);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COMMIT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end PROC_TEST_QV_TABLE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;The above procedure gets execute with below QlikView code&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OLEDB CONNECT TO (XPassword is cPWNCSJOHLbGCYEHRRMIJ);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *;&lt;/P&gt;&lt;P&gt;SQL CALL PROC_TEST_QV_TABLE(15,'Ravis',4500,'T');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;The above QlikView script gets executed without any errors but it is not inserting records into TEST_QV_TABLE.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Could some one kindly help me with this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;VLC&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 14:35:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-integration-with-Oracle-Stored-procedure-FAILS-in/m-p/1098446#M634236</guid>
      <dc:creator />
      <dc:date>2016-05-31T14:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView integration with Oracle Stored procedure FAILS in fetching data and inserting data to oracle table</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-integration-with-Oracle-Stored-procedure-FAILS-in/m-p/1098447#M634237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Inserting records into database works now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stored procedure code:&lt;/P&gt;&lt;P&gt;-----------------------------------&lt;/P&gt;&lt;P&gt;create or replace PROCEDURE PROCEDURE3(no number,sales number,name varchar2, flag varchar2 )&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;P&gt;v_no NUMBER;&lt;/P&gt;&lt;P&gt;v_sales NUMBER;&lt;/P&gt;&lt;P&gt;v_name VARCHAR2 (10);&lt;/P&gt;&lt;P&gt;v_flag VARCHAR2 (1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BEGIN&lt;/P&gt;&lt;P&gt;v_no := no;&lt;/P&gt;&lt;P&gt;v_sales :=sales;&lt;/P&gt;&lt;P&gt;v_name :=name;&lt;/P&gt;&lt;P&gt;v_flag :=flag;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INSERT INTO TEST_QV_TABLE(ID,NAME,SALES,FLAG)&lt;/P&gt;&lt;P&gt;VALUES(v_no,v_name,v_sales,v_flag);&lt;/P&gt;&lt;P&gt;COMMIT;&lt;/P&gt;&lt;P&gt;end;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Execution from QlikView:&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;OLEDB CONNECT TO (XPassword is cPWNCSJOHLbGCYEHRRMIJ);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL CALL PROCEDURE3(5,3500,'jpmc','F');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Laxmaiah Chowdary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 13:31:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-integration-with-Oracle-Stored-procedure-FAILS-in/m-p/1098447#M634237</guid>
      <dc:creator />
      <dc:date>2016-06-03T13:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView integration with Oracle Stored procedure FAILS in fetching data and inserting data to oracle table</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-integration-with-Oracle-Stored-procedure-FAILS-in/m-p/1098448#M634238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As it working would you mind closing both threads?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/219446"&gt;Fetching Oracle stored procedure data into QlikView FAILS&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/219003"&gt;QlikView integration with Oracle Stored procedure FAILS in fetching data and inserting data to oracle table&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 13:44:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-integration-with-Oracle-Stored-procedure-FAILS-in/m-p/1098448#M634238</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-06-03T13:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView integration with Oracle Stored procedure FAILS in fetching data and inserting data to oracle table</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-integration-with-Oracle-Stored-procedure-FAILS-in/m-p/1098449#M634239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Clever,&lt;/P&gt;&lt;P&gt;Only insertion part is working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still fetching records from oracle database through stored procedure to QlikView is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please take a look into it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Laxmaiah Chowdary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Jun 2016 05:28:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-integration-with-Oracle-Stored-procedure-FAILS-in/m-p/1098449#M634239</guid>
      <dc:creator />
      <dc:date>2016-06-04T05:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView integration with Oracle Stored procedure FAILS in fetching data and inserting data to oracle table</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-integration-with-Oracle-Stored-procedure-FAILS-in/m-p/1098450#M634241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Finally I have found an answer to this question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; text-decoration: underline;"&gt;Limitations in QlikView integration with Oracle Stored Procedures:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;1. QlikView fetches data only through ODBC connection not OLEDB connection.&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;2. QlikView fetches data only through ref cursors not&amp;nbsp; normal procedures.&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;3. QlikView fetches data only from FUNCTION not Stored Procedures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;So below is updated ones.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;FUNCTION:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;CREATE OR REPLACE FUNCTION MYFUNC&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RETURN SYS_REFCURSOR&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;IS&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&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 style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;BEGIN&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OPEN lv_ret_refcursor FOR&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SELECT 'SUCCESS' as result&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM DUAL;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RETURN lv_ret_refcursor;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;END ;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;QlikView Script:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;ODBC CONNECT TO [OracleODBC64;DBQ=dev] (XUserId is JWQfXZNMVbcKGZdT, XPassword is GaZdLSJOHLbGCYEHRRMII);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;myfuncreturn:&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;LOAD *;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;SQL&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;select&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;{? = CALL MYFUNC };&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Output&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;:&lt;A _jive_internal="true" href="https://community.qlik.com/servlet/JiveServlet/showImage/2-1056934-127270/SP_QV_Capture.JPG" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;&lt;IMG alt="SP_QV_Capture.JPG" class="jive-image image-1" height="38" src="https://community.qlik.com/legacyfs/online/127274_SP_QV_Capture.JPG" style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;" width="138" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Similarly for functions with input parameters, the sample QlikView is code as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;set v_Data=value; //Based on function parameter return type&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;myfuncreturn:&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;LOAD *;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;SQL&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;select&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;{? = CALL my_&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;MYFUNC &lt;/EM&gt;($(v_Data))}; &lt;/EM&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Thank you,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Laxmaiah Chowdary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 14:32:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-integration-with-Oracle-Stored-procedure-FAILS-in/m-p/1098450#M634241</guid>
      <dc:creator />
      <dc:date>2016-06-08T14:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView integration with Oracle Stored procedure FAILS in fetching data and inserting data to oracle table</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-integration-with-Oracle-Stored-procedure-FAILS-in/m-p/1098451#M634244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good to read that, I´ve this problem in the past retrieving from Oracle.&lt;/P&gt;&lt;P&gt;Control-D &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, 08 Jun 2016 15:16:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-integration-with-Oracle-Stored-procedure-FAILS-in/m-p/1098451#M634244</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-06-08T15:16:42Z</dc:date>
    </item>
  </channel>
</rss>

