<?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: Truncating Data when Replicating Numeric Field from Oracle to Postgres in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Truncating-Data-when-Replicating-Numeric-Field-from-Oracle-to/m-p/2500178#M13489</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/315166"&gt;@QlikAdmin1234&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I did a quick test with the following tables.&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Source: Oracle Table&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;CREATE TABLE DES.NUM1 (ID NUMBER(5) NOT NULL PRIMARY KEY, C1 NUMERIC(10,0));&lt;BR /&gt;INSERT INTO DES.NUM1 VALUES (1, 123);&lt;BR /&gt;COMMIT;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;U&gt;Target: PostgreSQL Table&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;CREATE TABLE "DES"."NUM1" (&lt;BR /&gt;"ID" int4 NOT NULL,&lt;BR /&gt;"C1" numeric(10, 2) NULL,&lt;BR /&gt;CONSTRAINT "NUM1_pkey" PRIMARY KEY ("ID")&lt;BR /&gt;);&lt;/P&gt;
&lt;P&gt;I am unable to reproduce the problem with Full Load and CDC. Please provide:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Qlik Replicate version&lt;/LI&gt;
&lt;LI&gt;DDL of the source table and target table&lt;/LI&gt;
&lt;LI&gt;Sample data&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Desmond&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jan 2025 02:56:07 GMT</pubDate>
    <dc:creator>DesmondWOO</dc:creator>
    <dc:date>2025-01-07T02:56:07Z</dc:date>
    <item>
      <title>Truncating Data when Replicating Numeric Field from Oracle to Postgres</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Truncating-Data-when-Replicating-Numeric-Field-from-Oracle-to/m-p/2500171#M13487</link>
      <description>&lt;P&gt;I am trying to replicate the Oracle data to the Target Database Postgres using Qlik Replicate. When I try to replicate numeric field from Oracle to Postgres, it is truncating the Decimal values. When I transformed the data time within the settings from numeric(10,0) to numeric (10,2) as well it is just replacing the decimal values to 00 rather than replicating the original source values. Any thoughts on how I can resolve it issue&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2025 21:32:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Truncating-Data-when-Replicating-Numeric-Field-from-Oracle-to/m-p/2500171#M13487</guid>
      <dc:creator>QlikAdmin1234</dc:creator>
      <dc:date>2025-01-06T21:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Truncating Data when Replicating Numeric Field from Oracle to Postgres</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Truncating-Data-when-Replicating-Numeric-Field-from-Oracle-to/m-p/2500174#M13488</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/315166"&gt;@QlikAdmin1234&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On the Oracle source endpoint, Advance tab, please set "expose number as" accordingly:&lt;/P&gt;
&lt;UL&gt;
&lt;LI data-mc-conditions="QDI_Replicate.NotInHDD"&gt;
&lt;P&gt;&lt;SPAN class="ui_item"&gt;Expose NUMBER as&lt;/SPAN&gt;: Select one of the following:&lt;/P&gt;
&lt;UL&gt;
&lt;LI class="double_indented"&gt;A precision-scale combination&lt;/LI&gt;
&lt;LI class="double_indented"&gt;FLOAT&lt;/LI&gt;
&lt;LI class="double_indented"&gt;
&lt;P&gt;VARCHAR&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV class="note"&gt;&lt;SPAN class="sr-only"&gt;Information note&lt;/SPAN&gt;
&lt;UL&gt;
&lt;LI&gt;If precision is 39 or greater, select VARCHAR&lt;/LI&gt;
&lt;LI&gt;By default, the NUMBER data type is converted to precision 38, scale 10&lt;/LI&gt;
&lt;LI&gt;The "Expose NUMBER" definition in the Oracle database is used for the NUMBER data type only (without the explicit precision and scale definition)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is Replicate creating the table on the target when the task runs?&lt;/P&gt;
&lt;P&gt;What is the data type and precision on the target table for this column?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Dana&lt;/P&gt;
&lt;/DIV&gt;
&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 06 Jan 2025 22:37:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Truncating-Data-when-Replicating-Numeric-Field-from-Oracle-to/m-p/2500174#M13488</guid>
      <dc:creator>Dana_Baldwin</dc:creator>
      <dc:date>2025-01-06T22:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: Truncating Data when Replicating Numeric Field from Oracle to Postgres</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Truncating-Data-when-Replicating-Numeric-Field-from-Oracle-to/m-p/2500178#M13489</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/315166"&gt;@QlikAdmin1234&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I did a quick test with the following tables.&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Source: Oracle Table&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;CREATE TABLE DES.NUM1 (ID NUMBER(5) NOT NULL PRIMARY KEY, C1 NUMERIC(10,0));&lt;BR /&gt;INSERT INTO DES.NUM1 VALUES (1, 123);&lt;BR /&gt;COMMIT;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;U&gt;Target: PostgreSQL Table&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;CREATE TABLE "DES"."NUM1" (&lt;BR /&gt;"ID" int4 NOT NULL,&lt;BR /&gt;"C1" numeric(10, 2) NULL,&lt;BR /&gt;CONSTRAINT "NUM1_pkey" PRIMARY KEY ("ID")&lt;BR /&gt;);&lt;/P&gt;
&lt;P&gt;I am unable to reproduce the problem with Full Load and CDC. Please provide:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Qlik Replicate version&lt;/LI&gt;
&lt;LI&gt;DDL of the source table and target table&lt;/LI&gt;
&lt;LI&gt;Sample data&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Desmond&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2025 02:56:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Truncating-Data-when-Replicating-Numeric-Field-from-Oracle-to/m-p/2500178#M13489</guid>
      <dc:creator>DesmondWOO</dc:creator>
      <dc:date>2025-01-07T02:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Truncating Data when Replicating Numeric Field from Oracle to Postgres</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Truncating-Data-when-Replicating-Numeric-Field-from-Oracle-to/m-p/2524735#M14714</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;Could someone please share the solution related to the reported problem?&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Jul 2025 07:43:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Truncating-Data-when-Replicating-Numeric-Field-from-Oracle-to/m-p/2524735#M14714</guid>
      <dc:creator>WLYB</dc:creator>
      <dc:date>2025-07-19T07:43:26Z</dc:date>
    </item>
  </channel>
</rss>

