<?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: Unable to submit Oracle PL/SQL statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Unable-to-submit-Oracle-PL-SQL-statement/m-p/1024808#M936546</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe you need a sql&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SQL&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WITH&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; BALANCE AS&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; (&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SELECT col1&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM MyTable&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHERE col1='abc'&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; GROUP BY col1&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ORDER BY col1&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; )&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SELECT * FROM BALANCE;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Feb 2016 16:07:16 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2016-02-12T16:07:16Z</dc:date>
    <item>
      <title>Unable to submit Oracle PL/SQL statement</title>
      <link>https://community.qlik.com/t5/QlikView/Unable-to-submit-Oracle-PL-SQL-statement/m-p/1024802#M936540</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 got my odbc data source setup to connect to an Oracle 11g instance.&amp;nbsp; I also got the Oracle connection string&lt;/P&gt;&lt;P&gt;created in script editor and tested it.&amp;nbsp; However, when I plugged in my Oracle PL/SQL statement, I got an "Unknow Statement"&lt;/P&gt;&lt;P&gt;error.&amp;nbsp; I have been testing this statement in Oracle SQL Developer and it's running fine.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone provide some help to me as to what I need to do in order to submit this query to Oracle and&lt;/P&gt;&lt;P&gt;get the data back?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2020 18:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unable-to-submit-Oracle-PL-SQL-statement/m-p/1024802#M936540</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-20T18:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to submit Oracle PL/SQL statement</title>
      <link>https://community.qlik.com/t5/QlikView/Unable-to-submit-Oracle-PL-SQL-statement/m-p/1024803#M936541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just wanted to post additional notes.&amp;nbsp; I'm using the WITH CLAUSE and a SELECT statement similar to the example&lt;/P&gt;&lt;P&gt;found in this link: &lt;A href="https://oracle-base.com/articles/misc/with-clause" title="https://oracle-base.com/articles/misc/with-clause"&gt;https://oracle-base.com/articles/misc/with-clause&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this an issue (or limitation) in Qlikview?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 15:45:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unable-to-submit-Oracle-PL-SQL-statement/m-p/1024803#M936541</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-12T15:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to submit Oracle PL/SQL statement</title>
      <link>https://community.qlik.com/t5/QlikView/Unable-to-submit-Oracle-PL-SQL-statement/m-p/1024804#M936542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you share the script ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 15:46:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unable-to-submit-Oracle-PL-SQL-statement/m-p/1024804#M936542</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-12T15:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to submit Oracle PL/SQL statement</title>
      <link>https://community.qlik.com/t5/QlikView/Unable-to-submit-Oracle-PL-SQL-statement/m-p/1024805#M936543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately I won't be able to post the entire statement here due to sensitive info.&amp;nbsp; But here's a simplified version of it which looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WITH&lt;/P&gt;&lt;P&gt;&amp;nbsp; BALANCE AS&lt;/P&gt;&lt;P&gt;&amp;nbsp; (&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SELECT col1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM MyTable&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHERE col1='abc'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; GROUP BY col1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ORDER BY col1&lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;SELECT * FROM BALANCE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As soon as I press CTRL+R, I get "Unknown Statement".&amp;nbsp; However if I replaced the above with just this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SELECT col1&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM MyTable&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHERE col1='abc'&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; GROUP BY col1&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ORDER BY col1&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;It works. So it appears I can only place SELECT statements in the script editor.&amp;nbsp; But I can't confirm this as I'm new to QV.&amp;nbsp; So I will need the QV experts to help me here.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 16:00:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unable-to-submit-Oracle-PL-SQL-statement/m-p/1024805#M936543</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-12T16:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to submit Oracle PL/SQL statement</title>
      <link>https://community.qlik.com/t5/QlikView/Unable-to-submit-Oracle-PL-SQL-statement/m-p/1024806#M936544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please share the error message and your script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 16:04:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unable-to-submit-Oracle-PL-SQL-statement/m-p/1024806#M936544</guid>
      <dc:creator>sathishkumar_go</dc:creator>
      <dc:date>2016-02-12T16:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to submit Oracle PL/SQL statement</title>
      <link>https://community.qlik.com/t5/QlikView/Unable-to-submit-Oracle-PL-SQL-statement/m-p/1024807#M936545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;WITH&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&amp;nbsp; BALANCE AS&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&amp;nbsp; (&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SELECT col1&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM MyTable&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHERE col1='abc'&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; GROUP BY col1&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&amp;nbsp; )&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;SELECT col1 FROM BALANCE ORDER BY col1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 16:05:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unable-to-submit-Oracle-PL-SQL-statement/m-p/1024807#M936545</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-02-12T16:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to submit Oracle PL/SQL statement</title>
      <link>https://community.qlik.com/t5/QlikView/Unable-to-submit-Oracle-PL-SQL-statement/m-p/1024808#M936546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe you need a sql&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SQL&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WITH&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; BALANCE AS&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; (&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SELECT col1&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM MyTable&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHERE col1='abc'&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; GROUP BY col1&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ORDER BY col1&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; )&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SELECT * FROM BALANCE;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 16:07:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unable-to-submit-Oracle-PL-SQL-statement/m-p/1024808#M936546</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-02-12T16:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to submit Oracle PL/SQL statement</title>
      <link>https://community.qlik.com/t5/QlikView/Unable-to-submit-Oracle-PL-SQL-statement/m-p/1024809#M936547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm glad I was able to locate a solution found in this link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;community.qlik.com/message/973758#973758&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It was as simple as adding the prefix "SQL" to my entire statement.&amp;nbsp; It's working now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 16:07:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unable-to-submit-Oracle-PL-SQL-statement/m-p/1024809#M936547</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-12T16:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to submit Oracle PL/SQL statement</title>
      <link>https://community.qlik.com/t5/QlikView/Unable-to-submit-Oracle-PL-SQL-statement/m-p/1024810#M936548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or even without ORDER BY (this clause does not make sense when loading data inside QV)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 16:08:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unable-to-submit-Oracle-PL-SQL-statement/m-p/1024810#M936548</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-02-12T16:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to submit Oracle PL/SQL statement</title>
      <link>https://community.qlik.com/t5/QlikView/Unable-to-submit-Oracle-PL-SQL-statement/m-p/1024811#M936549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that's correct.&amp;nbsp; I found the solution with the link I posted as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 16:08:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unable-to-submit-Oracle-PL-SQL-statement/m-p/1024811#M936549</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-12T16:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to submit Oracle PL/SQL statement</title>
      <link>https://community.qlik.com/t5/QlikView/Unable-to-submit-Oracle-PL-SQL-statement/m-p/1024812#M936550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And the reason is simple:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whatever comes after a SQL prefix until (but not including) the semicolon will be sent through your open ODBC connection to the DB engine. QlikView Script Engine doesn't know anything about SQL (not really true but you get the idea) and as such is incapable of parsing and understanding a complex SQL statement. So it stuffs everything through the pipe for someone else to handle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do not prefix such a statement with the SQL keyword, QlikView Script Engine will think that this series of keywords-clauses-&amp;amp;-operators is meant to be parsed and executed by the Script Engine. Which of course won't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT is a special case, because it seems that it doesn't always require the SQL prefix. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 16:28:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unable-to-submit-Oracle-PL-SQL-statement/m-p/1024812#M936550</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-02-12T16:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to submit Oracle PL/SQL statement</title>
      <link>https://community.qlik.com/t5/QlikView/Unable-to-submit-Oracle-PL-SQL-statement/m-p/1024813#M936551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the explanation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I kind of figured that QV should not know anything about the actual Oracle SQL.&amp;nbsp; It's a QV engine not an Oracle engine.&amp;nbsp; I knew the actual parsing and execution was going to happen on the Oracle server.&amp;nbsp; I initially though we could only submit SELECT and nothing more complcated than that.&amp;nbsp; As I discovered and in your explanation, prefixing SQL&lt;/P&gt;&lt;P&gt;tells the QV engine to send the text after that and including the last semi-colon.&amp;nbsp; I guess I'm learning QV through&lt;/P&gt;&lt;P&gt;writing Oracle PL/SQL.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 16:35:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unable-to-submit-Oracle-PL-SQL-statement/m-p/1024813#M936551</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-12T16:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to submit Oracle PL/SQL statement</title>
      <link>https://community.qlik.com/t5/QlikView/Unable-to-submit-Oracle-PL-SQL-statement/m-p/1024814#M936552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enjoy QlikView and the Qlik Community&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2016 16:42:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unable-to-submit-Oracle-PL-SQL-statement/m-p/1024814#M936552</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-02-12T16:42:33Z</dc:date>
    </item>
  </channel>
</rss>

