<?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 Data Load from Oracle is Slow in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-Load-from-Oracle-is-Slow/m-p/1120855#M369452</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello all, &lt;A href="https://community.qlik.com/qlik-users/96544"&gt;gwassenaar&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently I am loading a test data from the oracle data mart which contains maximum of 50,000 records through ODBC connector.&lt;/P&gt;&lt;P&gt;I am surprised to see that it is taking more than 4 hours to load these records.&lt;/P&gt;&lt;P&gt;I have never worked with oracle in my past experience. So I have no clue what is going on ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More information :&lt;/P&gt;&lt;P&gt;QlikView and Database servers are in other continents. I am still figuring how can OLEDB help in this condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is really appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Susvith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jul 2016 18:22:43 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-07-21T18:22:43Z</dc:date>
    <item>
      <title>Data Load from Oracle is Slow</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Load-from-Oracle-is-Slow/m-p/1120855#M369452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello all, &lt;A href="https://community.qlik.com/qlik-users/96544"&gt;gwassenaar&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently I am loading a test data from the oracle data mart which contains maximum of 50,000 records through ODBC connector.&lt;/P&gt;&lt;P&gt;I am surprised to see that it is taking more than 4 hours to load these records.&lt;/P&gt;&lt;P&gt;I have never worked with oracle in my past experience. So I have no clue what is going on ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More information :&lt;/P&gt;&lt;P&gt;QlikView and Database servers are in other continents. I am still figuring how can OLEDB help in this condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is really appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Susvith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 18:22:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Load-from-Oracle-is-Slow/m-p/1120855#M369452</guid>
      <dc:creator />
      <dc:date>2016-07-21T18:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Data Load from Oracle is Slow</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Load-from-Oracle-is-Slow/m-p/1120856#M369453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First of all please ask your DBA to check your SQL. Maybe it´s not optmized&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 18:29:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Load-from-Oracle-is-Slow/m-p/1120856#M369453</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-07-21T18:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Data Load from Oracle is Slow</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Load-from-Oracle-is-Slow/m-p/1120857#M369454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also check field &lt;SPAN style="font-size: 13.3333px;"&gt;Data &lt;/SPAN&gt;type , this will slow down the extract (but not 4hrs , there some thing wrong in your SQL or connection) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg: &lt;SPAN style="font-size: 13.3333px;"&gt;varchar2&lt;/SPAN&gt;(2000) will consume more time then &lt;SPAN style="font-size: 13.3333px;"&gt;varchar2&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;(100)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;change using CAST in SQL&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;eg: CAST( '22-Aug-2003' AS varchar2(12) )&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to ODBC administrator change buffer size from 64000 to 200000&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 20:17:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Load-from-Oracle-is-Slow/m-p/1120857#M369454</guid>
      <dc:creator>maheshkuttappa</dc:creator>
      <dc:date>2016-07-21T20:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: Data Load from Oracle is Slow</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Load-from-Oracle-is-Slow/m-p/1120858#M369455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if you still need help with this but here you go. Do you have any clob data types in your data pull if so you can use: to_char(substr(FIELD_NAME, 0, 3999)) to pull the first 4000 characters and it will be much faster&lt;SPAN style="font-size: 13.3333px;"&gt;, also the ODBC buffer size setting mentioned before might help especially if your database is in a remote location. (AWS or other cloud locations)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Good luck&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Miki &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 19:10:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Load-from-Oracle-is-Slow/m-p/1120858#M369455</guid>
      <dc:creator>mikibh</dc:creator>
      <dc:date>2016-11-04T19:10:47Z</dc:date>
    </item>
  </channel>
</rss>

