<?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: Can QlikView directly read data from Oracle Stored Procedure? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Can-QlikView-directly-read-data-from-Oracle-Stored-Procedure/m-p/1172975#M633126</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;Hope this threads will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.learnallbi.com/executing-stored-procedure-in-qlikview/" title="http://www.learnallbi.com/executing-stored-procedure-in-qlikview/"&gt;Executing Stored procedure in QlikView – Learn QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&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;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jun 2016 11:32:42 GMT</pubDate>
    <dc:creator>bindu_apte</dc:creator>
    <dc:date>2016-06-22T11:32:42Z</dc:date>
    <item>
      <title>Can QlikView directly read data from Oracle Stored Procedure?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-QlikView-directly-read-data-from-Oracle-Stored-Procedure/m-p/1172973#M633124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: calibri,verdana,arial,sans-serif;"&gt;Hi,&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; font-size: 12pt;"&gt;I have one requirement where QlikView fetches data from Oracle Stored Procedure.&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; font-size: 12pt;"&gt;Can Someone please advise whether QlikView has the capability to do this. If Yes, then the mechanism to be implemented in QlikView.&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; font-size: 12pt;"&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; font-size: 12pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;Laxmaiah Chowdary&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2016 11:24:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-QlikView-directly-read-data-from-Oracle-Stored-Procedure/m-p/1172973#M633124</guid>
      <dc:creator />
      <dc:date>2016-06-22T11:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Can QlikView directly read data from Oracle Stored Procedure?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-QlikView-directly-read-data-from-Oracle-Stored-Procedure/m-p/1172974#M633125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Laxmaiah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, It is possible.&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;Try This&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;Load * ;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sql&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Declare @out int&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Declare @out1 int&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Exec LMS.dbo.Sp_TestQlikview 1,7,@out Output,@out1 Output&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;Select @out as Output, @out1 as Output1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2016 11:30:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-QlikView-directly-read-data-from-Oracle-Stored-Procedure/m-p/1172974#M633125</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-06-22T11:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: Can QlikView directly read data from Oracle Stored Procedure?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-QlikView-directly-read-data-from-Oracle-Stored-Procedure/m-p/1172975#M633126</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;Hope this threads will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.learnallbi.com/executing-stored-procedure-in-qlikview/" title="http://www.learnallbi.com/executing-stored-procedure-in-qlikview/"&gt;Executing Stored procedure in QlikView – Learn QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2016 11:32:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-QlikView-directly-read-data-from-Oracle-Stored-Procedure/m-p/1172975#M633126</guid>
      <dc:creator>bindu_apte</dc:creator>
      <dc:date>2016-06-22T11:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Can QlikView directly read data from Oracle Stored Procedure?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-QlikView-directly-read-data-from-Oracle-Stored-Procedure/m-p/1172976#M633127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Anil.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried the above method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is working for Sql server database.But the similar way is not working for Oracle Stored Procedures.&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>Thu, 23 Jun 2016 07:58:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-QlikView-directly-read-data-from-Oracle-Stored-Procedure/m-p/1172976#M633127</guid>
      <dc:creator />
      <dc:date>2016-06-23T07:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Can QlikView directly read data from Oracle Stored Procedure?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-QlikView-directly-read-data-from-Oracle-Stored-Procedure/m-p/1172977#M633128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Laxmaiah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use this for oracle&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL CALL &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;LMS.dbo.Sp_TestQlikview&lt;/SPAN&gt;('$(out)', '$(out1)');&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;out and out1 are the variables that i declare on the script, but you can put values too&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL CALL &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;LMS.dbo.Sp_TestQlikview&lt;/SPAN&gt;('1', '2', 'USER_NAME');&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;- Anil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 08:03:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-QlikView-directly-read-data-from-Oracle-Stored-Procedure/m-p/1172977#M633128</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-06-23T08:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: Can QlikView directly read data from Oracle Stored Procedure?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-QlikView-directly-read-data-from-Oracle-Stored-Procedure/m-p/1172978#M633129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Bindu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand that the working mechanism of QlikView with SQL Server Database is not the same as with Oracle Database particularly at Stored Procedures and Functions level. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first link directs to Sql server stored procedures. But the similar way is not working with Oracle Stored Procedures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the second thread, I had posted the question as well as the answer based on information from known people that QlikView reads/fetches data ONLY from Oracle FUNCTIONS and not Stored Procedures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I desperately want a concrete evidence from somebody with examples saying QlikView can read Oracle Stored Procedure data also. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you get my point and request your help on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Laxmaiah Chowdary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 08:09:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-QlikView-directly-read-data-from-Oracle-Stored-Procedure/m-p/1172978#M633129</guid>
      <dc:creator />
      <dc:date>2016-06-23T08:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: Can QlikView directly read data from Oracle Stored Procedure?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-QlikView-directly-read-data-from-Oracle-Stored-Procedure/m-p/1172979#M633130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your time Anil.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This call performs DML operations (insert, update or alter) on table.&lt;/P&gt;&lt;P&gt;But fetching/reading table records through Oracle Stored Procedure fails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean to say reload does not show any errors but the data is not fetched to 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;Could you please check read option from Oracle SP to QV. &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Laxmaiah Chowdary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2016 07:33:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-QlikView-directly-read-data-from-Oracle-Stored-Procedure/m-p/1172979#M633130</guid>
      <dc:creator />
      <dc:date>2016-06-24T07:33:31Z</dc:date>
    </item>
  </channel>
</rss>

