<?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: Task using Oracle as Source or Target is getting stuck in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-Task-using-Oracle-as-Source-or-Target-is-getting/ta-p/1732238</link>
    <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P&gt;&lt;SPAN&gt;A Task using Oracle Endpoint as a Source or Target is getting stuck at several occasions. Setting DEBUG or monitoring the Oracle server shows that the Client is stuck waiting for response.&lt;BR /&gt;&lt;BR /&gt;Oracle provides a setting called ENABLE=BROKEN, that can enable keepalive functionality on the TCP/IP connection with the Oracle DB Server. This will allow the client to detect the dead connections.&lt;BR /&gt;&lt;BR /&gt;Note that the timeout depends on the operating system's TCP/IP settings. You would usually want to set it to a lower value than default, which in many cases maybe 2hrs.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Solution:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The ENABLE=BROKEN can be enabled in the TNS entry or directly in the connection string as follows:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Example 1&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;-- Adding the property to the TNS definition on the client&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&amp;lt;addressname&amp;gt; =
 (DESCRIPTION =
   &lt;STRONG&gt;(ENABLE=BROKEN)&lt;/STRONG&gt; 
   (ADDRESS_LIST =
     (ADDRESS = (PROTOCOL = TCP)(Host = &amp;lt;hostname&amp;gt;)(Port = &amp;lt;port&amp;gt;))
   )
 (CONNECT_DATA =
   (SERVICE_NAME = &amp;lt;service_name&amp;gt;)
 )
)&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Example 2&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;-- Adding the property as part of Replicate's connection string&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can provide Replicate with a full TNS entry maintained as a single line, for example:&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;(DESCRIPTION=(ENABLE=BROKEN)(ADDRESS=(PROTOCOL=TCP)(HOST=&amp;lt;hostname&amp;gt;)(PORT=&amp;lt;port&amp;gt;))(CONNECT_DATA=(SERVICE_NAME=&amp;lt;service_name&amp;gt;)))&lt;/LI-CODE&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;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 16 Dec 2025 11:59:57 GMT</pubDate>
    <dc:creator>David_Fergen</dc:creator>
    <dc:date>2025-12-16T11:59:57Z</dc:date>
    <item>
      <title>Qlik Replicate: Task using Oracle as Source or Target is getting stuck</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-Task-using-Oracle-as-Source-or-Target-is-getting/ta-p/1732238</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P&gt;&lt;SPAN&gt;A Task using Oracle Endpoint as a Source or Target is getting stuck at several occasions. Setting DEBUG or monitoring the Oracle server shows that the Client is stuck waiting for response.&lt;BR /&gt;&lt;BR /&gt;Oracle provides a setting called ENABLE=BROKEN, that can enable keepalive functionality on the TCP/IP connection with the Oracle DB Server. This will allow the client to detect the dead connections.&lt;BR /&gt;&lt;BR /&gt;Note that the timeout depends on the operating system's TCP/IP settings. You would usually want to set it to a lower value than default, which in many cases maybe 2hrs.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Solution:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The ENABLE=BROKEN can be enabled in the TNS entry or directly in the connection string as follows:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Example 1&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;-- Adding the property to the TNS definition on the client&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&amp;lt;addressname&amp;gt; =
 (DESCRIPTION =
   &lt;STRONG&gt;(ENABLE=BROKEN)&lt;/STRONG&gt; 
   (ADDRESS_LIST =
     (ADDRESS = (PROTOCOL = TCP)(Host = &amp;lt;hostname&amp;gt;)(Port = &amp;lt;port&amp;gt;))
   )
 (CONNECT_DATA =
   (SERVICE_NAME = &amp;lt;service_name&amp;gt;)
 )
)&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Example 2&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;-- Adding the property as part of Replicate's connection string&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can provide Replicate with a full TNS entry maintained as a single line, for example:&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;(DESCRIPTION=(ENABLE=BROKEN)(ADDRESS=(PROTOCOL=TCP)(HOST=&amp;lt;hostname&amp;gt;)(PORT=&amp;lt;port&amp;gt;))(CONNECT_DATA=(SERVICE_NAME=&amp;lt;service_name&amp;gt;)))&lt;/LI-CODE&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;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Dec 2025 11:59:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-Task-using-Oracle-as-Source-or-Target-is-getting/ta-p/1732238</guid>
      <dc:creator>David_Fergen</dc:creator>
      <dc:date>2025-12-16T11:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Task using Oracle as Source or Target is getting stuck.</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-Task-using-Oracle-as-Source-or-Target-is-getting/tac-p/2491804#M14910</link>
      <description>&lt;P&gt;Most of our tasks are setup with following options for Oracle Source-endpoint.&lt;/P&gt;
&lt;P&gt;asmUsePLSQLArray&amp;nbsp;&lt;/P&gt;
&lt;P&gt;bulkArraySize: 5000&lt;/P&gt;
&lt;P&gt;ReadaheadBlocks: 500000&lt;/P&gt;
&lt;P&gt;and number of concurrent ASM Rad Threads: 4&lt;/P&gt;
&lt;P&gt;Are any of these parameters impacting the Network packet sizes we are using Azure Express Route to pull data from Oracle OCI?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2024 17:22:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-Task-using-Oracle-as-Source-or-Target-is-getting/tac-p/2491804#M14910</guid>
      <dc:creator>wali</dc:creator>
      <dc:date>2024-11-08T17:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Task using Oracle as Source or Target is getting stuck.</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-Task-using-Oracle-as-Source-or-Target-is-getting/tac-p/2491996#M14917</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/294300"&gt;@wali&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I recommend posting your requirement in the &lt;A href="https://community.qlik.com/t5/Qlik-Replicate/bd-p/qlik-replicate-discussions" target="_blank" rel="noopener"&gt;Qlik Replicate&lt;/A&gt;&amp;nbsp;forum, where our active product experts and your knowledgeable Qlik peers are better able to assist you.&lt;/P&gt;
&lt;P&gt;All the best,&amp;nbsp;&lt;BR /&gt;Sonja&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2024 09:57:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-Task-using-Oracle-as-Source-or-Target-is-getting/tac-p/2491996#M14917</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2024-11-11T09:57:27Z</dc:date>
    </item>
  </channel>
</rss>

