<?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 driver for QlikView in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Oracle-driver-for-QlikView/m-p/613132#M226229</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mike,&lt;/P&gt;&lt;P&gt;See if it helps: &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-1321"&gt;http://community.qlik.com/docs/DOC-1321&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Apr 2014 15:34:11 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-04-08T15:34:11Z</dc:date>
    <item>
      <title>Oracle driver for QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Oracle-driver-for-QlikView/m-p/613131#M226228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having miscellaneous issues while pulling data from an Oracle database.&amp;nbsp; Right now I am trying to do an incremental load.&amp;nbsp; But when I try to compare the dates of the last refresh against the dates for new records, I get an "SQL command not properly ended" error message. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read somewhere that the driver which you have set up to use with QlikView can determine how things work.&amp;nbsp; For example, interpretation of keywords, quotes, etc. might work in a certain way but not work if a different driver is used. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I watched a QlikView video on how to do an incremental load.&amp;nbsp; The presenter was using local Excel files for source data.&amp;nbsp; I was able to recreate his example, using some of the field names from my database.&amp;nbsp; After successfully getting my script to work, using local source files just like in the video, I changed the script to pull the actual data from the Oracle database.&amp;nbsp; When I did that, the line that compared the dates no longer worked and gave the error mentioned above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While watching the video, I noticed the connect string in his application.&amp;nbsp; It was using a Microsoft Jet driver of some kind.&amp;nbsp; I am using an Oracle driver - Oracle in OraHome 102.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I edit and remove the Where statement - Where "Last Refresh Date" &amp;gt;= $(vLastRefreshDate); - the script runs fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible that I could change the driver and see different behaviour as far how the script works?&amp;nbsp; I have changed that line above many times...changing the quotes, removing spaces in the field name, adding single quotes.&amp;nbsp; Nothing I do has worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI, I do have another thread currently running on the incremental load itself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 11:02:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Oracle-driver-for-QlikView/m-p/613131#M226228</guid>
      <dc:creator>marsmike</dc:creator>
      <dc:date>2014-04-08T11:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle driver for QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Oracle-driver-for-QlikView/m-p/613132#M226229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mike,&lt;/P&gt;&lt;P&gt;See if it helps: &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-1321"&gt;http://community.qlik.com/docs/DOC-1321&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 15:34:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Oracle-driver-for-QlikView/m-p/613132#M226229</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-08T15:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle driver for QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Oracle-driver-for-QlikView/m-p/613133#M226230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the part of your script after SQL is executed at the database side (Oracle,......)&lt;/P&gt;&lt;P&gt;and the syntax to query a database isn't the same for all database&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you remove the where line you probably remove the line that Oracle can not understand&lt;/P&gt;&lt;P&gt;that line works in excel but is a syntax error for Oracle&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to ckeck it open an oracle tool (sqlplus, toad, ....) and try the lines after SQL&lt;/P&gt;&lt;P&gt;you'll get the same error you see in Qlikview&lt;/P&gt;&lt;P&gt;ORA-00933: SQL command not properly ended&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 16:15:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Oracle-driver-for-QlikView/m-p/613133#M226230</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-04-08T16:15:58Z</dc:date>
    </item>
  </channel>
</rss>

