<?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: tOracleOutputBulk generates numbers in scientific notation in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tOracleOutputBulk-generates-numbers-in-scientific-notation/m-p/2278779#M54164</link>
    <description>&lt;P&gt;No, precision is not defined in Oracle nor in Talend.&lt;/P&gt;
&lt;P&gt;Datatype is BigDecimal in all 3 components in Talend.&lt;/P&gt;
&lt;P&gt;Datatype is NUMBER in Oracle and the Oracle table does accept 0&lt;SPAN&gt;.0000000012345678.&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;Antonio&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 31 Jan 2020 21:00:59 GMT</pubDate>
    <dc:creator>antonio-fuentes</dc:creator>
    <dc:date>2020-01-31T21:00:59Z</dc:date>
    <item>
      <title>tOracleOutputBulk generates numbers in scientific notation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleOutputBulk-generates-numbers-in-scientific-notation/m-p/2278777#M54162</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;We are facing the following problem on Talend 6.3.1: the tOracleOutputBulk component is generating some numbers in a scientific notation format in the .blk file. This only happens for those numbers with more than 12 figures after the decimal point.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;1) We get some numeric data (defined as BigDecimal) in a tOracleInput component. For example: 5.12345678 and 0.0000000012345678.&lt;/P&gt; 
&lt;P&gt;2) We pass that data to a tMap to add some other data without manipulating the numeric data.&lt;/P&gt; 
&lt;P&gt;-&amp;gt; If we put a tLowRow at this point, all numeric data is still in the correct format:&amp;nbsp;0.12345678 and 0.0000000012345678.&lt;/P&gt; 
&lt;P&gt;3) We pass all data to the tOracleOutputBulk.&lt;/P&gt; 
&lt;P&gt;-&amp;gt; The .blk file generated contains lines with the correct format (5.12345678) and lines with the scientific notation format (0.0000000012345678 has become 1.2345678E-9)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;These lines are provoking an ORA-01722 error (invalid number) while trying to insert them with a tOracleBulkExec component.&lt;/P&gt; 
&lt;P&gt;This also happens with the tOracleOutputBulkExec component.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Searching on the tOracleOutputBulk and tOracleOutputBulkExec manual pages, we have not found any settings with allow to get all data without the scientific notation format in the .blk file.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Have you ever faced this kind of problem?&lt;/P&gt; 
&lt;P&gt;Is there any kind of configuration in these components to avoid having numbers in scientific notation in the .blk file?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you very much in advance.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Best regards,&lt;/P&gt; 
&lt;P&gt;Antonio&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:23:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleOutputBulk-generates-numbers-in-scientific-notation/m-p/2278777#M54162</guid>
      <dc:creator>antonio-fuentes</dc:creator>
      <dc:date>2024-11-16T03:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleOutputBulk generates numbers in scientific notation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleOutputBulk-generates-numbers-in-scientific-notation/m-p/2278778#M54163</link>
      <description>Just can you confirm the if precision scale is defined on oracle .&lt;BR /&gt;&lt;BR /&gt;This is to know if your oracle table accept 0.0000000012345678 value.</description>
      <pubDate>Fri, 31 Jan 2020 19:11:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleOutputBulk-generates-numbers-in-scientific-notation/m-p/2278778#M54163</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2020-01-31T19:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: tOracleOutputBulk generates numbers in scientific notation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tOracleOutputBulk-generates-numbers-in-scientific-notation/m-p/2278779#M54164</link>
      <description>&lt;P&gt;No, precision is not defined in Oracle nor in Talend.&lt;/P&gt;
&lt;P&gt;Datatype is BigDecimal in all 3 components in Talend.&lt;/P&gt;
&lt;P&gt;Datatype is NUMBER in Oracle and the Oracle table does accept 0&lt;SPAN&gt;.0000000012345678.&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;Antonio&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2020 21:00:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tOracleOutputBulk-generates-numbers-in-scientific-notation/m-p/2278779#M54164</guid>
      <dc:creator>antonio-fuentes</dc:creator>
      <dc:date>2020-01-31T21:00:59Z</dc:date>
    </item>
  </channel>
</rss>

