<?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 Oracle OLE DB: Charset and FetchSize Configuration Issues in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Oracle-OLE-DB-Charset-and-FetchSize-Configuration-Issues/m-p/2539949#M109135</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;one of our data sources is an Oracle database. We created an OLE DB data connection to run SELECT queries; however, we encountered some issues:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;When we use a simple connection string, for example:&lt;BR /&gt;OLEDB CONNECT TO [Provider=OraOLEDB.Oracle;Data Source=mydatasource;]&lt;BR /&gt;the connection works correctly and we do not experience any charset issues, but data extraction is very slow.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;When we add the FetchSize parameter to improve data extraction performance, for example:&lt;BR /&gt;OLEDB CONNECT TO [Provider=OraOLEDB.Oracle;FetchSize=200000;Data Source=mydatasource;]&lt;BR /&gt;the connection becomes significantly faster, but we encounter charset issues and had to force to cast NCHAR fields to NUMBER: (CAST(Cd_Campo as Number(12)) as Cd_Campo&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;We attempted to explicitly force the charset in the OLE DB connection, for example:&lt;BR /&gt;OLEDB CONNECT TO [Provider=OraOLEDB.Oracle;FetchSize=200000;Extended Properties="CharacterSet=UTF8";Data Source=mydatasource;]&lt;BR /&gt;but this did not resolve the issue.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
    <pubDate>Mon, 29 Dec 2025 12:21:51 GMT</pubDate>
    <dc:creator>numensrl_it</dc:creator>
    <dc:date>2025-12-29T12:21:51Z</dc:date>
    <item>
      <title>Oracle OLE DB: Charset and FetchSize Configuration Issues</title>
      <link>https://community.qlik.com/t5/App-Development/Oracle-OLE-DB-Charset-and-FetchSize-Configuration-Issues/m-p/2539949#M109135</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;one of our data sources is an Oracle database. We created an OLE DB data connection to run SELECT queries; however, we encountered some issues:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;When we use a simple connection string, for example:&lt;BR /&gt;OLEDB CONNECT TO [Provider=OraOLEDB.Oracle;Data Source=mydatasource;]&lt;BR /&gt;the connection works correctly and we do not experience any charset issues, but data extraction is very slow.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;When we add the FetchSize parameter to improve data extraction performance, for example:&lt;BR /&gt;OLEDB CONNECT TO [Provider=OraOLEDB.Oracle;FetchSize=200000;Data Source=mydatasource;]&lt;BR /&gt;the connection becomes significantly faster, but we encounter charset issues and had to force to cast NCHAR fields to NUMBER: (CAST(Cd_Campo as Number(12)) as Cd_Campo&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;We attempted to explicitly force the charset in the OLE DB connection, for example:&lt;BR /&gt;OLEDB CONNECT TO [Provider=OraOLEDB.Oracle;FetchSize=200000;Extended Properties="CharacterSet=UTF8";Data Source=mydatasource;]&lt;BR /&gt;but this did not resolve the issue.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Mon, 29 Dec 2025 12:21:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Oracle-OLE-DB-Charset-and-FetchSize-Configuration-Issues/m-p/2539949#M109135</guid>
      <dc:creator>numensrl_it</dc:creator>
      <dc:date>2025-12-29T12:21:51Z</dc:date>
    </item>
  </channel>
</rss>

