<?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: Truncate trailing binary zeros in char columns  (oracle_endpoint_imp.c:769) in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Truncate-trailing-binary-zeros-in-char-columns-oracle-endpoint/m-p/2153094#M8530</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/258108"&gt;@murali23krishna&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Besides Desmond's comment, let's try to add an internal parameter to tune Oracle source side behavior:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Open&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Oracle source endpoint&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Go to the&amp;nbsp;&lt;STRONG&gt;Advanced&lt;/STRONG&gt;&amp;nbsp;tab&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Open&amp;nbsp;&lt;STRONG&gt;Internal Parameters&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Add a&lt;EM class="Highlight"&gt;&lt;EM class="Highlight ht3ec7d61a-4558-4809-bebc-3c5e0889f80a"&gt;&amp;nbsp;new&amp;nbsp;&lt;/EM&gt;&lt;/EM&gt;parameter named &lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;truncateTrailingBinaryZerosInChars&lt;BR /&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Uncheck the box and save the setting, the screenshot sample:&lt;FONT face="courier new,courier"&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="john_wang_0-1702563183199.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/125451iFC703B4C4DE3ABB3/image-size/large?v=v2&amp;amp;px=999" role="button" title="john_wang_0-1702563183199.png" alt="john_wang_0-1702563183199.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
Re-run the task and let us know if it helps.&lt;BR /&gt;Good luck,&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
    <pubDate>Thu, 14 Dec 2023 14:14:29 GMT</pubDate>
    <dc:creator>john_wang</dc:creator>
    <dc:date>2023-12-14T14:14:29Z</dc:date>
    <item>
      <title>Truncate trailing binary zeros in char columns  (oracle_endpoint_imp.c:769)</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Truncate-trailing-binary-zeros-in-char-columns-oracle-endpoint/m-p/2152805#M8521</link>
      <description>&lt;P&gt;I am using Oracle source endpoint and Kafka as the target endpoint, however when I check a few columns' data, I see trailing zeros are truncated and when I look at the log I see the subject message, is there a way to control this behavior?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 05:07:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Truncate-trailing-binary-zeros-in-char-columns-oracle-endpoint/m-p/2152805#M8521</guid>
      <dc:creator>murali23krishna</dc:creator>
      <dc:date>2023-12-14T05:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Truncate trailing binary zeros in char columns  (oracle_endpoint_imp.c:769)</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Truncate-trailing-binary-zeros-in-char-columns-oracle-endpoint/m-p/2152841#M8525</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/258108"&gt;@murali23krishna&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for reaching out to the Qlik Community.&lt;BR /&gt;&lt;BR /&gt;Could you send us the column definition and a sample record? I would like to better understand the data structure and content. If possible, please run the following SQL command:&lt;/P&gt;
&lt;PRE class="lia-indent-padding-left-30px"&gt;select dump(your_column, 1016) from your_table;&lt;/PRE&gt;
&lt;P&gt;and share the output.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Desmond&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 07:02:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Truncate-trailing-binary-zeros-in-char-columns-oracle-endpoint/m-p/2152841#M8525</guid>
      <dc:creator>DesmondWOO</dc:creator>
      <dc:date>2023-12-14T07:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Truncate trailing binary zeros in char columns  (oracle_endpoint_imp.c:769)</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Truncate-trailing-binary-zeros-in-char-columns-oracle-endpoint/m-p/2153094#M8530</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/258108"&gt;@murali23krishna&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Besides Desmond's comment, let's try to add an internal parameter to tune Oracle source side behavior:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Open&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Oracle source endpoint&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Go to the&amp;nbsp;&lt;STRONG&gt;Advanced&lt;/STRONG&gt;&amp;nbsp;tab&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Open&amp;nbsp;&lt;STRONG&gt;Internal Parameters&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Add a&lt;EM class="Highlight"&gt;&lt;EM class="Highlight ht3ec7d61a-4558-4809-bebc-3c5e0889f80a"&gt;&amp;nbsp;new&amp;nbsp;&lt;/EM&gt;&lt;/EM&gt;parameter named &lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;truncateTrailingBinaryZerosInChars&lt;BR /&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Uncheck the box and save the setting, the screenshot sample:&lt;FONT face="courier new,courier"&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="john_wang_0-1702563183199.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/125451iFC703B4C4DE3ABB3/image-size/large?v=v2&amp;amp;px=999" role="button" title="john_wang_0-1702563183199.png" alt="john_wang_0-1702563183199.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
Re-run the task and let us know if it helps.&lt;BR /&gt;Good luck,&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 14:14:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Truncate-trailing-binary-zeros-in-char-columns-oracle-endpoint/m-p/2153094#M8530</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2023-12-14T14:14:29Z</dc:date>
    </item>
  </channel>
</rss>

