<?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 Re: Oracle19c as source and HDFS as target in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Oracle19c-as-source-and-HDFS-as-target/m-p/2418873#M9492</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/219875"&gt;@Pranita123&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You are right - there is not&amp;nbsp;&lt;SPAN&gt;the&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;cdcTimeout&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;and&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;loadTimeout&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;in internal parameter for Hadoop target endpoint. Only &lt;CODE&gt;executeTimeout&lt;/CODE&gt;&amp;nbsp;is available, and it should help.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BTW, please check the Hadoop side resources usage, the timeout occurs while the temporary table data merge to final target table by &lt;STRONG&gt;executing the 'insert into select' command&lt;/STRONG&gt;, this is operations inside Hadoop cluster, timeout may occurs while lack of resources&amp;nbsp; eg CPU and Memory etc.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;John.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Feb 2024 15:48:16 GMT</pubDate>
    <dc:creator>john_wang</dc:creator>
    <dc:date>2024-02-14T15:48:16Z</dc:date>
    <item>
      <title>Oracle19c as source and HDFS as target</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Oracle19c-as-source-and-HDFS-as-target/m-p/2418529#M9457</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Encountering the following error while loading data from Oracle as the source to HDFS as the target:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;"Handling the end of table 'db.tablename' loading failed by subtask 1, thread 1.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt; Failed to handle a special table.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt; Failed to execute the 'insert into select' command. Return Code: SQL_ERROR, SqlState: HYT00, NativeError: 72. Message: [Cloudera][Hardy] (72) Query execution timeout expired. Failed (retcode -1) to execute the statement: INSERT INTO TABLE&amp;nbsp;db.tablename&amp;nbsp; SELECT field1, field2&amp;nbsp;&amp;nbsp;FROM db.tablename_att_tmp"&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Task Details: Full load + Store changes.(target file format:&amp;nbsp;Parquet)&lt;/P&gt;
&lt;P&gt;Could you please provide some insight into the reasons behind this issue?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Pranita&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 05:26:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Oracle19c-as-source-and-HDFS-as-target/m-p/2418529#M9457</guid>
      <dc:creator>Pranita123</dc:creator>
      <dc:date>2024-02-14T05:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle19c as source and HDFS as target</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Oracle19c-as-source-and-HDFS-as-target/m-p/2418545#M9465</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/219875"&gt;@Pranita123&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for reaching out to Qlik community&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;DIV class="flex-1 overflow-hidden"&gt;
&lt;DIV class="react-scroll-to-bottom--css-xrssk-79elbk h-full"&gt;
&lt;DIV class="react-scroll-to-bottom--css-xrssk-1n7m0yu"&gt;
&lt;DIV class="flex flex-col pb-9 text-sm"&gt;
&lt;DIV class="w-full text-token-text-primary" data-testid="conversation-turn-7"&gt;
&lt;DIV class="px-4 py-2 justify-center text-base md:gap-6 m-auto"&gt;
&lt;DIV class="flex flex-1 text-base mx-auto gap-3 md:px-5 lg:px-1 xl:px-5 md:max-w-3xl lg:max-w-[40rem] xl:max-w-[48rem] group final-completion"&gt;
&lt;DIV class="relative flex w-full flex-col agent-turn"&gt;
&lt;DIV class="flex-col gap-1 md:gap-3"&gt;
&lt;DIV class="flex flex-grow flex-col max-w-full"&gt;
&lt;DIV class="min-h-[20px] text-message flex flex-col items-start gap-3 whitespace-pre-wrap break-words [.text-message+&amp;amp;]:mt-5 overflow-x-auto" data-message-author-role="assistant" data-message-id="1eaf6e95-6d25-4b60-99a0-9fbe54c08a95"&gt;
&lt;DIV class="markdown prose w-full break-words dark:prose-invert light"&gt;
&lt;P&gt;It appears that you're encountering a timeout issue while loading data from Oracle to HDFS with the target file format set to Parquet. To address this, please follow these steps:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Stop the Task&lt;/STRONG&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Target Endpoint Settings&lt;/STRONG&gt;:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Open the target endpoint.&lt;/LI&gt;
&lt;LI&gt;Navigate to the "Advanced" tab.&lt;/LI&gt;
&lt;LI&gt;Access the "Internal Parameters" section.&lt;/LI&gt;
&lt;LI&gt;Add the following parameters:
&lt;UL&gt;
&lt;LI&gt;&lt;CODE&gt;cdcTimeout&lt;/CODE&gt; (default 600): Set to 12000 to allow for a longer timeout period.&lt;/LI&gt;
&lt;LI&gt;&lt;CODE&gt;executeTimeout&lt;/CODE&gt; (default 60): Set to 1200 to extend the timeout duration.&lt;/LI&gt;
&lt;LI&gt;&lt;CODE&gt;loadTimeout&lt;/CODE&gt; (default 1200): Set to 24000 to accommodate larger data transfers.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Save the endpoint configuration.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Resume Task&lt;/STRONG&gt;:&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Below is the reference article&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-Query-timeout-expired/ta-p/1779090" target="_blank"&gt;https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-Query-timeout-expired/ta-p/1779090&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Arun&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 14 Feb 2024 06:11:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Oracle19c-as-source-and-HDFS-as-target/m-p/2418545#M9465</guid>
      <dc:creator>aarun_arasu</dc:creator>
      <dc:date>2024-02-14T06:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle19c as source and HDFS as target</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Oracle19c-as-source-and-HDFS-as-target/m-p/2418546#M9466</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/219875"&gt;@Pranita123&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Additionally, I kindly request you to check the resource availability on your target database to ensure it has sufficient resources to execute the query effectively. Furthermore, I suggest trying to manually execute the query on the target database and observing the time it takes to complete. This manual execution can provide insights into any potential performance issues specific to the target environment.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Arun&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 06:15:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Oracle19c-as-source-and-HDFS-as-target/m-p/2418546#M9466</guid>
      <dc:creator>aarun_arasu</dc:creator>
      <dc:date>2024-02-14T06:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle19c as source and HDFS as target</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Oracle19c-as-source-and-HDFS-as-target/m-p/2418548#M9468</link>
      <description>&lt;P class="email-notification-body"&gt;&lt;SPAN&gt;If our response has been helpful, please consider clicking "Accept as Solution". This will assist other users in easily finding the answer.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="email-notification-body"&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="email-notification-body"&gt;&lt;SPAN&gt;Arun&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 06:17:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Oracle19c-as-source-and-HDFS-as-target/m-p/2418548#M9468</guid>
      <dc:creator>aarun_arasu</dc:creator>
      <dc:date>2024-02-14T06:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle19c as source and HDFS as target</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Oracle19c-as-source-and-HDFS-as-target/m-p/2418585#M9477</link>
      <description>&lt;P&gt;Thank you for your prompt response,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/165259"&gt;@aarun_arasu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Actually, we are unable to locate the &lt;CODE&gt;cdcTimeout&lt;/CODE&gt; and &lt;CODE&gt;loadTimeout&lt;/CODE&gt;&amp;nbsp;in internal parameter .As I mentioned before, we are using HDFS as the target.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Pranita&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 07:48:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Oracle19c-as-source-and-HDFS-as-target/m-p/2418585#M9477</guid>
      <dc:creator>Pranita123</dc:creator>
      <dc:date>2024-02-14T07:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle19c as source and HDFS as target</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Oracle19c-as-source-and-HDFS-as-target/m-p/2418873#M9492</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/219875"&gt;@Pranita123&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You are right - there is not&amp;nbsp;&lt;SPAN&gt;the&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;cdcTimeout&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;and&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;loadTimeout&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;in internal parameter for Hadoop target endpoint. Only &lt;CODE&gt;executeTimeout&lt;/CODE&gt;&amp;nbsp;is available, and it should help.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BTW, please check the Hadoop side resources usage, the timeout occurs while the temporary table data merge to final target table by &lt;STRONG&gt;executing the 'insert into select' command&lt;/STRONG&gt;, this is operations inside Hadoop cluster, timeout may occurs while lack of resources&amp;nbsp; eg CPU and Memory etc.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;John.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 15:48:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Oracle19c-as-source-and-HDFS-as-target/m-p/2418873#M9492</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2024-02-14T15:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle19c as source and HDFS as target</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Oracle19c-as-source-and-HDFS-as-target/m-p/2418884#M9493</link>
      <description>&lt;P&gt;&lt;BR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115309"&gt;@john_wang&lt;/a&gt;&amp;nbsp;&amp;nbsp;Thank you for your response.&lt;/P&gt;
&lt;P&gt;We want to clarify whether this temporary table is generated only when we keep the Parquet format in HDFS, or if it is created for all file types ?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 16:10:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Oracle19c-as-source-and-HDFS-as-target/m-p/2418884#M9493</guid>
      <dc:creator>Pranita123</dc:creator>
      <dc:date>2024-02-14T16:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle19c as source and HDFS as target</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Oracle19c-as-source-and-HDFS-as-target/m-p/2418889#M9494</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/219875"&gt;@Pranita123&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Not for all file types, for example it's not used for the CSV type table, it's used for file format conversion stage. However I cannot remember clear if it's used for Parquet, or for compression etc. if you need, I can confirm for your tomorrow.&lt;/P&gt;
&lt;P&gt;Feel free to let me if you need any additional information.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 16:16:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Oracle19c-as-source-and-HDFS-as-target/m-p/2418889#M9494</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2024-02-14T16:16:24Z</dc:date>
    </item>
  </channel>
</rss>

