<?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>article Qlik Replicate target Oracle database experienced a transient CPU spike per query  UPDATE /*+ PARALLEL(tempview) in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-target-Oracle-database-experienced-a-transient/ta-p/2549500</link>
    <description>&lt;P&gt;During&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Change Data Capture (CDC) replication&lt;/STRONG&gt;&lt;/FONT&gt;, the target&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Oracle database&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;experienced a transient&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;CPU spike&lt;/STRONG&gt;&lt;/FONT&gt;.&lt;/P&gt;
&lt;P&gt;Database performance monitoring identified that the high CPU consumption was driven by the following automated bulk query generated by Qlik Replicate:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;UPDATE /*+ PARALLEL(tempview) */ ( SELECT /*+ PARALLEL("CDC"."CATB_ENTRIES_DECOUPLING") PARALLEL("QLIK_TARGET"."attrep_changes69C66930_0000001") */ ...&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;The underlying cause of the resource spike was the execution of this query using aggressive&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Oracle PARALLEL hints&lt;/STRONG&gt;, which exhausted available target DB CPU/memory resources.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Resolution&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;To prevent future resource contention and CPU/memory alerts in the target database, parallelism hints must be disabled or tuned within Qlik Replicate. This involves modifying&amp;nbsp;two internal parameters&amp;nbsp;across the Full Load and CDC stages:&amp;nbsp;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;bulkUseParallel&lt;/STRONG&gt; &lt;/FONT&gt;and&amp;nbsp;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;directPathParallelLoad&lt;/STRONG&gt;&lt;/FONT&gt;.&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;bulkUseParallel&lt;/STRONG&gt; &lt;/FONT&gt;is for CDC / Change Processing and is&amp;nbsp;&lt;STRONG&gt;enabled&lt;/STRONG&gt; by default (&lt;STRONG&gt;true&lt;/STRONG&gt;). It instructs Qlik Replicate to inject the Oracle&amp;nbsp;&lt;STRONG&gt;PARALLEL&amp;nbsp;&lt;/STRONG&gt;hint into bulk DML statements for better target performance.&lt;/P&gt;
&lt;P&gt;Setting it to&amp;nbsp;&lt;STRONG&gt;false&lt;/STRONG&gt; stops queries such as&lt;STRONG&gt;&amp;nbsp;UPDATE /*+ PARALLEL(tempview) */ ...&amp;nbsp;&lt;/STRONG&gt;from executing in parallel, preventing CPU spikes.&lt;/P&gt;
&lt;BLOCKQUOTE class="quote"&gt;
&lt;P&gt;This may cause a slight performance degradation during high-volume CDC processing.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;directPathParallelLoad&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;is for Full Load and&amp;nbsp;&lt;STRONG&gt;enabled&amp;nbsp;&lt;/STRONG&gt;by default (&lt;STRONG&gt;true&lt;/STRONG&gt;). It enables Direct Path loading using parallel processing&amp;nbsp;only&amp;nbsp;during the initial Full Load phase. It has no impact on the daily CDC.&lt;/P&gt;
&lt;P&gt;Setting it to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;false&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;proactively protects the DB during table reloads.&lt;/P&gt;
&lt;BLOCKQUOTE class="quote"&gt;
&lt;P&gt;Will likely increase the time required to complete Full Load operations.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;H4 id="how-to-set-the-internal-parameters-in-qlik-replicate"&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;How to set the Internal Parameters in Qlik Replicate:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;OL&gt;
&lt;LI&gt;Navigate to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Manage Endpoint Connection&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="katex"&gt;&lt;SPAN class="katex-mathml"&gt;→&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Targets&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and select your Endpoint&lt;/LI&gt;
&lt;LI&gt;Open the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Advanced&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;tab and select&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Internal Parameters&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Add&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;bulkUseParallel&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;directPathParallelLoad&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Untick the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Value&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;checkbox to disable them&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="internal parameter bulkuseparallel directpathparallelload.png" style="width: 593px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/188424iD822A971B0B7D4BA/image-dimensions/593x415?v=v2" width="593" height="415" role="button" title="internal parameter bulkuseparallel directpathparallelload.png" alt="internal parameter bulkuseparallel directpathparallelload.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Click&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;OK&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;Qlik Replicate&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Wed, 20 May 2026 13:37:43 GMT</pubDate>
    <dc:creator>wei_guo</dc:creator>
    <dc:date>2026-05-20T13:37:43Z</dc:date>
    <item>
      <title>Qlik Replicate target Oracle database experienced a transient CPU spike per query  UPDATE /*+ PARALLEL(tempview)</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-target-Oracle-database-experienced-a-transient/ta-p/2549500</link>
      <description>&lt;P&gt;During&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Change Data Capture (CDC) replication&lt;/STRONG&gt;&lt;/FONT&gt;, the target&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Oracle database&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;experienced a transient&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;CPU spike&lt;/STRONG&gt;&lt;/FONT&gt;.&lt;/P&gt;
&lt;P&gt;Database performance monitoring identified that the high CPU consumption was driven by the following automated bulk query generated by Qlik Replicate:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;UPDATE /*+ PARALLEL(tempview) */ ( SELECT /*+ PARALLEL("CDC"."CATB_ENTRIES_DECOUPLING") PARALLEL("QLIK_TARGET"."attrep_changes69C66930_0000001") */ ...&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;The underlying cause of the resource spike was the execution of this query using aggressive&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Oracle PARALLEL hints&lt;/STRONG&gt;, which exhausted available target DB CPU/memory resources.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Resolution&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;To prevent future resource contention and CPU/memory alerts in the target database, parallelism hints must be disabled or tuned within Qlik Replicate. This involves modifying&amp;nbsp;two internal parameters&amp;nbsp;across the Full Load and CDC stages:&amp;nbsp;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;bulkUseParallel&lt;/STRONG&gt; &lt;/FONT&gt;and&amp;nbsp;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;directPathParallelLoad&lt;/STRONG&gt;&lt;/FONT&gt;.&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;bulkUseParallel&lt;/STRONG&gt; &lt;/FONT&gt;is for CDC / Change Processing and is&amp;nbsp;&lt;STRONG&gt;enabled&lt;/STRONG&gt; by default (&lt;STRONG&gt;true&lt;/STRONG&gt;). It instructs Qlik Replicate to inject the Oracle&amp;nbsp;&lt;STRONG&gt;PARALLEL&amp;nbsp;&lt;/STRONG&gt;hint into bulk DML statements for better target performance.&lt;/P&gt;
&lt;P&gt;Setting it to&amp;nbsp;&lt;STRONG&gt;false&lt;/STRONG&gt; stops queries such as&lt;STRONG&gt;&amp;nbsp;UPDATE /*+ PARALLEL(tempview) */ ...&amp;nbsp;&lt;/STRONG&gt;from executing in parallel, preventing CPU spikes.&lt;/P&gt;
&lt;BLOCKQUOTE class="quote"&gt;
&lt;P&gt;This may cause a slight performance degradation during high-volume CDC processing.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;directPathParallelLoad&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;is for Full Load and&amp;nbsp;&lt;STRONG&gt;enabled&amp;nbsp;&lt;/STRONG&gt;by default (&lt;STRONG&gt;true&lt;/STRONG&gt;). It enables Direct Path loading using parallel processing&amp;nbsp;only&amp;nbsp;during the initial Full Load phase. It has no impact on the daily CDC.&lt;/P&gt;
&lt;P&gt;Setting it to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;false&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;proactively protects the DB during table reloads.&lt;/P&gt;
&lt;BLOCKQUOTE class="quote"&gt;
&lt;P&gt;Will likely increase the time required to complete Full Load operations.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;H4 id="how-to-set-the-internal-parameters-in-qlik-replicate"&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;How to set the Internal Parameters in Qlik Replicate:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;OL&gt;
&lt;LI&gt;Navigate to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Manage Endpoint Connection&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="katex"&gt;&lt;SPAN class="katex-mathml"&gt;→&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Targets&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and select your Endpoint&lt;/LI&gt;
&lt;LI&gt;Open the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Advanced&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;tab and select&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Internal Parameters&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Add&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;bulkUseParallel&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;directPathParallelLoad&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Untick the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Value&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;checkbox to disable them&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="internal parameter bulkuseparallel directpathparallelload.png" style="width: 593px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/188424iD822A971B0B7D4BA/image-dimensions/593x415?v=v2" width="593" height="415" role="button" title="internal parameter bulkuseparallel directpathparallelload.png" alt="internal parameter bulkuseparallel directpathparallelload.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Click&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;OK&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;Qlik Replicate&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 20 May 2026 13:37:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-target-Oracle-database-experienced-a-transient/ta-p/2549500</guid>
      <dc:creator>wei_guo</dc:creator>
      <dc:date>2026-05-20T13:37:43Z</dc:date>
    </item>
  </channel>
</rss>

