<?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: If Replicate table use nologging option, is it no problem when replicate ? in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/If-Replicate-table-use-nologging-option-is-it-no-problem-when/m-p/1742867#M471</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;Did you check if force logging is enabled on database level or tablespace level?&lt;BR /&gt;Force logging at database and tablespace level will override nologging on table level.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Madhavi&lt;/P&gt;</description>
    <pubDate>Thu, 10 Sep 2020 14:42:14 GMT</pubDate>
    <dc:creator>Madhavi_Konda</dc:creator>
    <dc:date>2020-09-10T14:42:14Z</dc:date>
    <item>
      <title>If Replicate table use nologging option, is it no problem when replicate ?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/If-Replicate-table-use-nologging-option-is-it-no-problem-when/m-p/1734382#M365</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;If replicate table use nologging option (but table use supplemental log pk ), is it no problem ?&lt;/P&gt;&lt;P&gt;(this environment is Oracle source)&lt;/P&gt;&lt;P&gt;Customer ask me that they did not change to logging option after table&amp;nbsp;reorganization. But replicate task did not met error and target data seems no problem.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So customer ask , Is "table logging option"&amp;nbsp; not&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;a&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;mandatory&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;condition ?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;if it is&amp;nbsp;a&amp;nbsp;mandatory&amp;nbsp;condition, why Qlik Replicate not show error message ?&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;Kwang Ho&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2020 03:16:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/If-Replicate-table-use-nologging-option-is-it-no-problem-when/m-p/1734382#M365</guid>
      <dc:creator>khchoy</dc:creator>
      <dc:date>2020-08-10T03:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: If Replicate table use nologging option, is it no problem when replicate ?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/If-Replicate-table-use-nologging-option-is-it-no-problem-when/m-p/1742867#M471</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Did you check if force logging is enabled on database level or tablespace level?&lt;BR /&gt;Force logging at database and tablespace level will override nologging on table level.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Madhavi&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2020 14:42:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/If-Replicate-table-use-nologging-option-is-it-no-problem-when/m-p/1742867#M471</guid>
      <dc:creator>Madhavi_Konda</dc:creator>
      <dc:date>2020-09-10T14:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: If Replicate table use nologging option, is it no problem when replicate ?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/If-Replicate-table-use-nologging-option-is-it-no-problem-when/m-p/1751128#M531</link>
      <description>&lt;P&gt;Hello KwangHo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It looks the NOLOGGING parameter is a little confusing and depends on the type of DML being done, we found the following here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://asktom.oracle.com/pls/apex/f?p=100:11:::NO:RP:P11_QUESTION_ID:5280714813869" target="_blank"&gt;https://asktom.oracle.com/pls/apex/f?p=100:11:::NO:RP:P11_QUESTION_ID:5280714813869&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As the AskTom article shows, &lt;STRONG&gt;'nologging' does not mean there is, eh, no logging. Only when doing 'append' type of operations logging can be disabled&lt;/STRONG&gt;. (or things like 'alter table move' or partition operations that juggle with whole segments)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, &lt;STRONG&gt;if nologging is set on a table and you do 'direct load' inserts or inserts with an append hint, it might not be logged and Replicate will not see the changes. So regular DML &lt;EM&gt;*is*&lt;/EM&gt; always logged and will always be noticed and replicated by Replicate.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It might be an omission in our documentation, on the other hand, I (personal opinion) think customers might want to think once or twice about what they do (the same article states that you should not leave 'nologging' on in a production database).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me summarize the jobs we did here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Qlik Replicate cannot check everything in the table level or DB level, I do not think we need change QR; Simply because there is no such thing to 'support' it..&lt;/P&gt;&lt;P&gt;2. Customers should be aware of what they have done. They should not leave 'nologging' on in a production database or tables;&lt;/P&gt;&lt;P&gt;3. Some basic/simple test with NOLOGGING seems looks fine with Replicate but it cannot tell us we can keep NOLOOGING in PROD system.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 14:36:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/If-Replicate-table-use-nologging-option-is-it-no-problem-when/m-p/1751128#M531</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2020-10-09T14:36:10Z</dc:date>
    </item>
  </channel>
</rss>

