<?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>idea From now on, please track this idea from the Ideation por... in Suggest an Idea</title>
    <link>https://community.qlik.com/t5/Suggest-an-Idea/Speed-the-transactional-replication-to-Oracle/idc-p/2101490#M14730</link>
    <description>&lt;P&gt;From now on, please track this idea from the Ideation portal.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A title="Link to new idea" href="https://ideation.qlik.com/app/#/case/274814" target="_blank" rel="noopener"&gt;Link to new idea&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Meghann&lt;/P&gt;&lt;P data-unlink="true"&gt;&lt;EM&gt;NOTE: Upon clicking this link 2 tabs may open - please feel free to close the one with a login page. If you &lt;STRONG&gt;only&lt;/STRONG&gt; see 1 tab with the login page, please try clicking this link first: &lt;STRONG&gt;&lt;A title="Authenticate me!" href="#" target="_blank" rel="noopener"&gt;Authenticate me!&lt;/A&gt;&lt;/STRONG&gt;&amp;nbsp;t&lt;/EM&gt;&lt;EM&gt;hen try the link above again. Ensure pop-up blocker is off.&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 02 Aug 2023 16:31:20 GMT</pubDate>
    <dc:creator>Meghann_MacDonald</dc:creator>
    <dc:date>2023-08-02T16:31:20Z</dc:date>
    <item>
      <title>Speed the transactional replication to Oracle</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Speed-the-transactional-replication-to-Oracle/idi-p/1817243</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As we need to ensure the First in, First out (FIFO) principle on some of our Replicate Flow, we need to use the transactionnal mode (batch optimized mode cannot ensure FIFO principle).&lt;/P&gt;&lt;P&gt;In order to explain the high resource consumption, our project team analyzed the Oracle DB logs and it appears that Replicate uses PL/SQL blocks and hard coded values/literals in order to catch and log exceptions. For Oracle endpoints, this leads to the recalculation of the total execution plan for each transaction according to your analysis. This is called hard parsing, and this is clearly resources consuming.&lt;/P&gt;&lt;P&gt;We identified 4 ways below to "force" soft parsing by Oracle (= sharing of information between transactions to reduce the execution plans calculation time) :&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;using bind variables in PL/SQL blocks instead of literals&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;using literals in local variables in the PL/SQL block&lt;/LI&gt;&lt;LI&gt;using literals inside dynamic SQL statements&lt;/LI&gt;&lt;LI&gt;using standalone simple SQL statements with literals or variables&amp;nbsp;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It could be very usefull for Replicate flow with FIFO requirement to implement one of these solutions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Airbus MAPS team&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 09:16:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Speed-the-transactional-replication-to-Oracle/idi-p/1817243</guid>
      <dc:creator>Airbus</dc:creator>
      <dc:date>2021-06-23T09:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: Speed the transactional replication to Oracle - Status changed to: Open - Collecting Feedback</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Speed-the-transactional-replication-to-Oracle/idc-p/1821430#M6740</link>
      <description>&lt;P&gt;Thank you for the suggestion.&amp;nbsp; We will collect feedback from others on the Oracle Target endpoint and review internally as well.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2021 13:19:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Speed-the-transactional-replication-to-Oracle/idc-p/1821430#M6740</guid>
      <dc:creator>Shelley_Brennan</dc:creator>
      <dc:date>2021-07-12T13:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Speed the transactional replication to Oracle</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Speed-the-transactional-replication-to-Oracle/idc-p/1982455#M10370</link>
      <description>&lt;P&gt;We are from Consorzio Operativo Monte dei Paschi di Siena and we are in the same condition of Airbus MAPS Team.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We need to use the transactional mode (batch optimized mode cannot ensure FIFO principle)&amp;nbsp; and our analysys to solve the "hard parse" problem is the same.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;We&amp;nbsp; are interested to any solution to force "soft parse" by Oracle as explained by Airbus MAPS Teams.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Consorzio MPS DBA Team&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 10:13:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Speed-the-transactional-replication-to-Oracle/idc-p/1982455#M10370</guid>
      <dc:creator>LuigiFanuli</dc:creator>
      <dc:date>2022-09-19T10:13:13Z</dc:date>
    </item>
    <item>
      <title>From now on, please track this idea from the Ideation por...</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Speed-the-transactional-replication-to-Oracle/idc-p/2101490#M14730</link>
      <description>&lt;P&gt;From now on, please track this idea from the Ideation portal.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A title="Link to new idea" href="https://ideation.qlik.com/app/#/case/274814" target="_blank" rel="noopener"&gt;Link to new idea&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Meghann&lt;/P&gt;&lt;P data-unlink="true"&gt;&lt;EM&gt;NOTE: Upon clicking this link 2 tabs may open - please feel free to close the one with a login page. If you &lt;STRONG&gt;only&lt;/STRONG&gt; see 1 tab with the login page, please try clicking this link first: &lt;STRONG&gt;&lt;A title="Authenticate me!" href="#" target="_blank" rel="noopener"&gt;Authenticate me!&lt;/A&gt;&lt;/STRONG&gt;&amp;nbsp;t&lt;/EM&gt;&lt;EM&gt;hen try the link above again. Ensure pop-up blocker is off.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 16:31:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Speed-the-transactional-replication-to-Oracle/idc-p/2101490#M14730</guid>
      <dc:creator>Meghann_MacDonald</dc:creator>
      <dc:date>2023-08-02T16:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Speed the transactional replication to Oracle - Status changed to: Closed - Archived</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Speed-the-transactional-replication-to-Oracle/idc-p/2101491#M14731</link>
      <description />
      <pubDate>Wed, 02 Aug 2023 16:31:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Speed-the-transactional-replication-to-Oracle/idc-p/2101491#M14731</guid>
      <dc:creator>Ideation</dc:creator>
      <dc:date>2023-08-02T16:31:22Z</dc:date>
    </item>
  </channel>
</rss>

