<?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 unstable. Not all the rows are loaded in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Oracle-Driver-unstable-Not-all-the-rows-are-loaded/m-p/101625#M533</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We had the same issue here, too. &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/308145"&gt;Qlik Sense June 2018 weird Lines fetched with Oracle connection&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jul 2018 14:44:35 GMT</pubDate>
    <dc:creator>ZDonn</dc:creator>
    <dc:date>2018-07-19T14:44:35Z</dc:date>
    <item>
      <title>Oracle Driver unstable. Not all the rows are loaded</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Oracle-Driver-unstable-Not-all-the-rows-are-loaded/m-p/101624#M532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello we are using the release&amp;nbsp; June 2018&lt;/P&gt;&lt;P&gt;Regarding the connection we are using&amp;nbsp; the &lt;STRONG&gt;oracle driver&lt;/STRONG&gt;. &lt;/P&gt;&lt;P&gt;When I load the script each time I have a different number.&lt;/P&gt;&lt;P&gt;I isolated a fragment of the sql script with only the select&amp;nbsp; removing the load .&lt;/P&gt;&lt;P&gt;So the problem is somehow in the connector. &lt;/P&gt;&lt;P&gt;if I run the query in toad I have for example 400000 row&lt;/P&gt;&lt;P&gt;The same sql loaded&amp;nbsp; in qliksense gives only 35000 rows, but sometime( 10 second later) it gives the correct number 400000.&lt;/P&gt;&lt;P&gt;then if I add a field in the select the number change again.&lt;/P&gt;&lt;P&gt;The behaviour is very weird and unstable.&lt;/P&gt;&lt;P&gt;in the previous release we used the Qlik odbc connector package with no problem&lt;/P&gt;&lt;P&gt;thanks in advance for your suggestion&lt;/P&gt;&lt;P&gt;Enrico&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 14:16:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Oracle-Driver-unstable-Not-all-the-rows-are-loaded/m-p/101624#M532</guid>
      <dc:creator>enricocamerin</dc:creator>
      <dc:date>2018-07-18T14:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Driver unstable. Not all the rows are loaded</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Oracle-Driver-unstable-Not-all-the-rows-are-loaded/m-p/101625#M533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We had the same issue here, too. &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/308145"&gt;Qlik Sense June 2018 weird Lines fetched with Oracle connection&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 14:44:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Oracle-Driver-unstable-Not-all-the-rows-are-loaded/m-p/101625#M533</guid>
      <dc:creator>ZDonn</dc:creator>
      <dc:date>2018-07-19T14:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Driver unstable. Not all the rows are loaded</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Oracle-Driver-unstable-Not-all-the-rows-are-loaded/m-p/101626#M534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;If the problem is instability, you can parallelize the select since you are making the connection between qliksense and oracle without eg sap connector ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;the command:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15320128754466846" jivemacro_uid="_15320128754466846" modifiedtitle="true"&gt;
&lt;P&gt;SET StripComments =0;&lt;/P&gt;
&lt;P&gt;EKKOtab:&lt;/P&gt;
&lt;P&gt;SQL SELECT /*+ PARALLEL(VBRK &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; */ FIELD1,FIELD2&lt;/P&gt;
&lt;P&gt;FROM VBRK;&lt;/P&gt;
&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f2f2f2; color: #000000;"&gt;SET StripComments=1;&lt;/P&gt;




&lt;/PRE&gt;&lt;P&gt;or &lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15320128958411797" jivemacro_uid="_15320128958411797" modifiedtitle="true"&gt;
&lt;P&gt;EKKOtab:&lt;/P&gt;
&lt;P&gt;SQL SELECT --+ PARALLEL(VBRK &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt;&amp;nbsp; FIELD1,FIELD2&lt;/P&gt;
&lt;P&gt;FROM VBRK;&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Godd lucky !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 15:09:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Oracle-Driver-unstable-Not-all-the-rows-are-loaded/m-p/101626#M534</guid>
      <dc:creator>PabloTrevisan</dc:creator>
      <dc:date>2018-07-19T15:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Driver unstable. Not all the rows are loaded</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Oracle-Driver-unstable-Not-all-the-rows-are-loaded/m-p/101627#M535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Pablo I tried but it didn't solve the problem&amp;nbsp; I still have weird result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 15:38:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Oracle-Driver-unstable-Not-all-the-rows-are-loaded/m-p/101627#M535</guid>
      <dc:creator>enricocamerin</dc:creator>
      <dc:date>2018-07-19T15:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Driver unstable. Not all the rows are loaded</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Oracle-Driver-unstable-Not-all-the-rows-are-loaded/m-p/101628#M536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had the same issue. If you look in the event viewer you'll see a crash of Qvodbcpackageconnector.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a workaround you have to rename the folder&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en-US"&gt;C:\Program Files\Common Files\Qlik\Custom Data\QvOdbcConnectorPackage&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en-US"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en-US"&gt;in _OLD and copy the folder of Qlik Sense April2018.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en-US"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en-US"&gt;Oracle connector in June 2018 is not working fine.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en-US"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en-US"&gt;Bye,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en-US"&gt;Simone.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 22:35:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Oracle-Driver-unstable-Not-all-the-rows-are-loaded/m-p/101628#M536</guid>
      <dc:creator>bi_licenze</dc:creator>
      <dc:date>2018-07-19T22:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Driver unstable. Not all the rows are loaded</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Oracle-Driver-unstable-Not-all-the-rows-are-loaded/m-p/101629#M537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;This actually works! Easier than going through the whole Oracle ODAC thing. I used the &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;oracle&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; package &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #3366ff; font-size: 13.3333px; font-family: 'courier new', courier;"&gt;~\AppData\Local\Programs\Common Files\Qlik\Custom Data\QvOdbcConnectorPackage\oracle&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; from Qlik Sense Desktop April 2018 release, as attached, to replace the one in the new Qlik Sense June 2018 under the similar folder &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;&lt;SPAN style="color: #3366ff;"&gt;C:\Program Files\Common Files\Qlik\Custom Data\QvOdbcConnectorPackage&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 19:59:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Oracle-Driver-unstable-Not-all-the-rows-are-loaded/m-p/101629#M537</guid>
      <dc:creator>ZDonn</dc:creator>
      <dc:date>2018-07-20T19:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Driver unstable. Not all the rows are loaded</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Oracle-Driver-unstable-Not-all-the-rows-are-loaded/m-p/101630#M538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Thanks Simone I have sent the procedure to the IT department&lt;/P&gt;&lt;P&gt;I'll let you know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 07:18:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Oracle-Driver-unstable-Not-all-the-rows-are-loaded/m-p/101630#M538</guid>
      <dc:creator>enricocamerin</dc:creator>
      <dc:date>2018-07-23T07:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Driver unstable. Not all the rows are loaded</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Oracle-Driver-unstable-Not-all-the-rows-are-loaded/m-p/101631#M539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the Driver I'll let you know as soon as we carry out the process&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 07:18:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Oracle-Driver-unstable-Not-all-the-rows-are-loaded/m-p/101631#M539</guid>
      <dc:creator>enricocamerin</dc:creator>
      <dc:date>2018-07-23T07:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Driver unstable. Not all the rows are loaded</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Oracle-Driver-unstable-Not-all-the-rows-are-loaded/m-p/101632#M540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks it Works !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 09:03:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Oracle-Driver-unstable-Not-all-the-rows-are-loaded/m-p/101632#M540</guid>
      <dc:creator>enricocamerin</dc:creator>
      <dc:date>2018-07-23T09:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Driver unstable. Not all the rows are loaded</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Oracle-Driver-unstable-Not-all-the-rows-are-loaded/m-p/101633#M541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Do you need any other actions after the replacements, because i had NO oracle driver now.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Unkown connection type "QvOdbcConnectorPackage"&amp;nbsp; is mentionned within data connection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2018 08:05:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Oracle-Driver-unstable-Not-all-the-rows-are-loaded/m-p/101633#M541</guid>
      <dc:creator>pietvanduijn198</dc:creator>
      <dc:date>2018-08-09T08:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Driver unstable. Not all the rows are loaded</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Oracle-Driver-unstable-Not-all-the-rows-are-loaded/m-p/101634#M542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, no additional steps needed after replace the &lt;SPAN style="color: #3366ff; font-family: 'courier new', courier; font-size: 13.3333px;"&gt;oracle&lt;/SPAN&gt; folder under &lt;SPAN style="color: #3366ff; font-family: 'courier new', courier; font-size: 13.3333px;"&gt;QvOdbcConnectorPackage&lt;/SPAN&gt;. Did you unzip the file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2018 19:20:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Oracle-Driver-unstable-Not-all-the-rows-are-loaded/m-p/101634#M542</guid>
      <dc:creator>ZDonn</dc:creator>
      <dc:date>2018-08-09T19:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Driver unstable. Not all the rows are loaded</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Oracle-Driver-unstable-Not-all-the-rows-are-loaded/m-p/101635#M543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If someone will try to add the advanced setting :&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;MEMLIM&amp;nbsp;&amp;nbsp; to&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; color: #172b4d;"&gt;2000000&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2018 12:32:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Oracle-Driver-unstable-Not-all-the-rows-are-loaded/m-p/101635#M543</guid>
      <dc:creator>Filippo_Nicolussi_P</dc:creator>
      <dc:date>2018-10-25T12:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Driver unstable. Not all the rows are loaded</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Oracle-Driver-unstable-Not-all-the-rows-are-loaded/m-p/1565255#M3786</link>
      <description>&lt;P&gt;a big thank you&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/36623"&gt;@Filippo_Nicolussi_P&lt;/a&gt;&amp;nbsp;for the suggestion to add the MEMLIM parameter - solved my issue with Sep2018 Path2&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2019 14:32:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Oracle-Driver-unstable-Not-all-the-rows-are-loaded/m-p/1565255#M3786</guid>
      <dc:creator>blaise</dc:creator>
      <dc:date>2019-04-04T14:32:12Z</dc:date>
    </item>
  </channel>
</rss>

