<?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 trigger PL/SQl Stored Procedures from Qlikview Application??? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-trigger-PL-SQl-Stored-Procedures-from-Qlikview/m-p/648733#M675809</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nagendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H1 style="font-size: 26px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" data-containerid="2003" data-containertype="14" data-objectid="393826" data-objecttype="2" href="https://community.qlik.com/message/393826#393826" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;Stored Procedure Parameters SQL&lt;/A&gt;&lt;/H1&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;sql&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; exec&amp;nbsp; ('[ServerName].[SchemaName].[dbo].[storedProcedureName] $(ParameterName) ' ) ; -- With one parameter&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;sql&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; exec&amp;nbsp; ('[dbo].[storedProcedureName] $(ParameterName) ' ) ;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11px;"&gt;-- With one parameter&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;sql&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; exec&amp;nbsp; ('[dbo].[storedProcedureName]&lt;/SPAN&gt;') -- without parameters&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jun 2014 01:41:56 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2014-06-25T01:41:56Z</dc:date>
    <item>
      <title>How to trigger PL/SQl Stored Procedures from Qlikview Application???</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trigger-PL-SQl-Stored-Procedures-from-Qlikview/m-p/648732#M675808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to trigger PL/SQL Stored Procedure on Oracle DB. On successful completion of this Stored Procedure I need to reload my Application. Please post your suggestions and approach for resolving this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 00:25:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trigger-PL-SQl-Stored-Procedures-from-Qlikview/m-p/648732#M675808</guid>
      <dc:creator />
      <dc:date>2014-06-25T00:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger PL/SQl Stored Procedures from Qlikview Application???</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trigger-PL-SQl-Stored-Procedures-from-Qlikview/m-p/648733#M675809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nagendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H1 style="font-size: 26px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" data-containerid="2003" data-containertype="14" data-objectid="393826" data-objecttype="2" href="https://community.qlik.com/message/393826#393826" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;Stored Procedure Parameters SQL&lt;/A&gt;&lt;/H1&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;sql&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; exec&amp;nbsp; ('[ServerName].[SchemaName].[dbo].[storedProcedureName] $(ParameterName) ' ) ; -- With one parameter&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;sql&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; exec&amp;nbsp; ('[dbo].[storedProcedureName] $(ParameterName) ' ) ;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11px;"&gt;-- With one parameter&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;sql&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; exec&amp;nbsp; ('[dbo].[storedProcedureName]&lt;/SPAN&gt;') -- without parameters&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 01:41:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trigger-PL-SQl-Stored-Procedures-from-Qlikview/m-p/648733#M675809</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-06-25T01:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger PL/SQl Stored Procedures from Qlikview Application???</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trigger-PL-SQl-Stored-Procedures-from-Qlikview/m-p/648734#M675810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use the below script :&lt;/P&gt;&lt;P&gt;ODBC CONNECT32 TO [C2P;DBQ=c2p] (XUserId is XXXXXXXXXX, XPassword is XXXXXXXXXX);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sql exec ('c3tool.c3_inserts_prd');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And try to reload my Qlikview document. It's throwing the below error:&lt;/P&gt;&lt;P&gt;[Oracle][ODBC]Syntax error or access violation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nagendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 17:13:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trigger-PL-SQl-Stored-Procedures-from-Qlikview/m-p/648734#M675810</guid>
      <dc:creator />
      <dc:date>2014-06-25T17:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger PL/SQl Stored Procedures from Qlikview Application???</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trigger-PL-SQl-Stored-Procedures-from-Qlikview/m-p/648735#M675811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;these 2 works on my oracle (only with odbc, not with oledb)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;ODBC CONNECT32 TO [DEV11ORACLE;DBQ=DEV11] (XUserId is xxxxxxx, XPassword is xxxxxxxxxxxxx);&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;set vTable='%E%';&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;LOAD *;&lt;/P&gt;&lt;P&gt;SQL {? = CALL f_get_tables() } ;&lt;/P&gt;&lt;P&gt;//SQL {? = CALL pkg1.f_get_tables2('$(vTable)') } ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;this is the oracle function&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;CREATE OR REPLACE function TEST.f_get_tables return sys_refcursor&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;P&gt;&amp;nbsp; c1 sys_refcursor;&lt;/P&gt;&lt;P&gt;BEGIN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OPEN C1 FOR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SELECT TABLE_NAME FROM user_tables;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RETURN C1;&lt;/P&gt;&lt;P&gt;END;&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;and this is the package&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;CREATE OR REPLACE PACKAGE TEST.pkg1 AS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TYPE t_cursor IS REF CURSOR;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; function f_get_tables2 (p_table varchar2) return t_cursor;&lt;/P&gt;&lt;P&gt;END pkg1;&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CREATE OR REPLACE PACKAGE BODY TEST.pkg1 AS&lt;/P&gt;&lt;P&gt;function f_get_tables2 (p_table varchar2) return t_cursor&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;P&gt;&amp;nbsp; c1 t_cursor;&lt;/P&gt;&lt;P&gt;BEGIN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OPEN C1 FOR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SELECT TABLE_NAME FROM user_tables where table_name like p_table;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RETURN C1;&lt;/P&gt;&lt;P&gt;END;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;END pkg1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 18:20:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trigger-PL-SQl-Stored-Procedures-from-Qlikview/m-p/648735#M675811</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-06-25T18:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger PL/SQl Stored Procedures from Qlikview Application???</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trigger-PL-SQl-Stored-Procedures-from-Qlikview/m-p/648736#M675812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nagendra&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I solved this issue using webservices to trigger procedures. I call the webservice and wait the return. The webservice does all the job. Look an example for a help at &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-3105"&gt;http://community.qlik.com/docs/DOC-3105&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 18:43:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trigger-PL-SQl-Stored-Procedures-from-Qlikview/m-p/648736#M675812</guid>
      <dc:creator>Marcio_Campestrini</dc:creator>
      <dc:date>2014-06-25T18:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger PL/SQl Stored Procedures from Qlikview Application???</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trigger-PL-SQl-Stored-Procedures-from-Qlikview/m-p/648737#M675813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcio, can you post an example about refcursors and webservices?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 13:23:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trigger-PL-SQl-Stored-Procedures-from-Qlikview/m-p/648737#M675813</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-03T13:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger PL/SQl Stored Procedures from Qlikview Application???</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trigger-PL-SQl-Stored-Procedures-from-Qlikview/m-p/648738#M675814</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;Here is an application I used to test webservices.&lt;/P&gt;&lt;P&gt;To sse how I did it, see the code under "Macros" text object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Márcio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 12:13:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trigger-PL-SQl-Stored-Procedures-from-Qlikview/m-p/648738#M675814</guid>
      <dc:creator>Marcio_Campestrini</dc:creator>
      <dc:date>2014-12-05T12:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger PL/SQl Stored Procedures from Qlikview Application???</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trigger-PL-SQl-Stored-Procedures-from-Qlikview/m-p/648739#M675815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm facing the same issue. &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I'm trying to execute a stored procedure without &lt;/SPAN&gt;Parameters (this proc will insert a entry to table)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error message:&amp;nbsp; &lt;/STRONG&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;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;my script :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;ODBC CONNECT TO [DB]:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;SQL EXEC Schemaname.Procname;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you could help me with any suggestions, that would be really great. &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE width="550px"&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2015 05:34:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trigger-PL-SQl-Stored-Procedures-from-Qlikview/m-p/648739#M675815</guid>
      <dc:creator>sureshbaabu</dc:creator>
      <dc:date>2015-01-09T05:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger PL/SQl Stored Procedures from Qlikview Application???</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trigger-PL-SQl-Stored-Procedures-from-Qlikview/m-p/648740#M675816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the syntax for SQL Server, you convert this to Oracle.&lt;/P&gt;&lt;P&gt;My be try &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SQL EXECUTE Schemaname.Procname;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2015 05:47:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trigger-PL-SQl-Stored-Procedures-from-Qlikview/m-p/648740#M675816</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-01-09T05:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger PL/SQl Stored Procedures from Qlikview Application???</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trigger-PL-SQl-Stored-Procedures-from-Qlikview/m-p/648741#M675817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;I tried that aswell, but continues to throw the same error.&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, 09 Jan 2015 06:05:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trigger-PL-SQl-Stored-Procedures-from-Qlikview/m-p/648741#M675817</guid>
      <dc:creator>sureshbaabu</dc:creator>
      <dc:date>2015-01-09T06:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger PL/SQl Stored Procedures from Qlikview Application???</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trigger-PL-SQl-Stored-Procedures-from-Qlikview/m-p/648742#M675818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is&amp;nbsp; that Stored procedure working in Oracle?&lt;/P&gt;&lt;P&gt;What you are doing in the Stored Procedure?&amp;nbsp; Are you using select query?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2015 06:44:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trigger-PL-SQl-Stored-Procedures-from-Qlikview/m-p/648742#M675818</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-01-09T06:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger PL/SQl Stored Procedures from Qlikview Application???</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trigger-PL-SQl-Stored-Procedures-from-Qlikview/m-p/648743#M675819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jagan,&lt;/P&gt;&lt;P&gt;please find the comments below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)Yes, the stored procedure runs perfectly in oracle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) The Proc will just insert an entry to a table. I have granted permission to execute this PROC on different schema.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: Calibri;"&gt;create or replace procedure Procname as&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: Calibri;"&gt;begin&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: Calibri;"&gt;insert into dummy values (1,’abc’);&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: Calibri;"&gt;commit;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: Calibri;"&gt;end;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2015 07:03:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trigger-PL-SQl-Stored-Procedures-from-Qlikview/m-p/648743#M675819</guid>
      <dc:creator>sureshbaabu</dc:creator>
      <dc:date>2015-01-09T07:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger PL/SQl Stored Procedures from Qlikview Application???</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trigger-PL-SQl-Stored-Procedures-from-Qlikview/m-p/648744#M675820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nagendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thank you for the discussion!!.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I am facing issues the same issue in integrating oracle stored procedure data with QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I have enabled all the settings in QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;But I am not able to fetch Oracle stored procedure data into QlikView as well as insert records into Oracle table through stored procedure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I have posted the issue in forum at&lt;A _jive_internal="true" data-containerid="2061" data-containertype="14" data-objectid="1051103" data-objecttype="2" href="https://community.qlik.com/message/1051103#1051103" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;QlikView integration with Oracle Stored procedure FAILS in fetching data and inserting data to oracle table&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Could you please take a look at and advise for corrections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks a lot in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Laxmaiah Chowdary&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2016 14:09:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trigger-PL-SQl-Stored-Procedures-from-Qlikview/m-p/648744#M675820</guid>
      <dc:creator />
      <dc:date>2016-06-02T14:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger PL/SQl Stored Procedures from Qlikview Application???</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trigger-PL-SQl-Stored-Procedures-from-Qlikview/m-p/648745#M675821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi Maxgro,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-style: inherit; font-weight: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thank you for the inputs!!.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-style: inherit; font-weight: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Could you please help in integrating oracle stored procedure data with QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-style: inherit; font-weight: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I have tried all the above changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-style: inherit; font-weight: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;But I am not able to fetch Oracle stored procedure data into QlikView as well as insert records into Oracle table through stored procedure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-style: inherit; font-weight: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I have posted the issue in forum at&lt;A _jive_internal="true" data-containerid="2061" data-containertype="14" data-objectid="1051103" data-objecttype="2" href="https://community.qlik.com/message/1051103#1051103" style="color: #3778c7; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;QlikView integration with Oracle Stored procedure FAILS in fetching data and inserting data to oracle table&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-style: inherit; font-weight: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Could you please take a look at and advise for corrections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-style: inherit; font-weight: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks a lot in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-style: inherit; font-weight: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-style: inherit; font-weight: inherit; 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>Thu, 02 Jun 2016 14:20:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trigger-PL-SQl-Stored-Procedures-from-Qlikview/m-p/648745#M675821</guid>
      <dc:creator />
      <dc:date>2016-06-02T14:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger PL/SQl Stored Procedures from Qlikview Application???</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trigger-PL-SQl-Stored-Procedures-from-Qlikview/m-p/648746#M675822</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;&lt;/P&gt;&lt;P&gt;Have you solved your problem? If you did, please choose the correct answer and help us to keep community focused.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2016 18:54:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trigger-PL-SQl-Stored-Procedures-from-Qlikview/m-p/648746#M675822</guid>
      <dc:creator>Marcio_Campestrini</dc:creator>
      <dc:date>2016-10-31T18:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger PL/SQl Stored Procedures from Qlikview Application???</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trigger-PL-SQl-Stored-Procedures-from-Qlikview/m-p/648747#M675823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have a PL/SQL stored procedure with a ref cursor out parameter you CANNOT call it directly from QlikView and get your ref cursor results as the input data for QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You CAN call a PL/SQL stored function with a return type of ref cursor. But you must call it through ODBC not OLEDB exactly as highlighted by Massimo Grossi above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could simply wrap your PL/SQL stored procedure in a PL/SQL function to achieve what you are looking for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2016 14:31:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trigger-PL-SQl-Stored-Procedures-from-Qlikview/m-p/648747#M675823</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-01T14:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger PL/SQl Stored Procedures from Qlikview Application???</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-trigger-PL-SQl-Stored-Procedures-from-Qlikview/m-p/648748#M675824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Got you issue solved? Please mark helpful/correct answers.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2017 14:11:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-trigger-PL-SQl-Stored-Procedures-from-Qlikview/m-p/648748#M675824</guid>
      <dc:creator>Marcio_Campestrini</dc:creator>
      <dc:date>2017-05-29T14:11:12Z</dc:date>
    </item>
  </channel>
</rss>

