SQL*Loader number rounding
Hello fellows
We have a SQL*Loader problem because it's rounding a column number instead of discard them when there is an error in the file to be loaded.
The number column is NUMBER(13,2) and the file to be loaded is somenthing like:
+0000000000,999
+0000000000,999
+0000000000,999
ctl file is like that:
ME_LIMCON_CTO POSITION (1:15) INTEGER EXTERNAL
We are under:
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
Linux 2.6.39-400.264.1.el6uek.x86_64 #1 SMP Wed Aug 26 16:42:25 PDT 2015 x86_64 x86_64 x86_64 GNU/Linux
Anybody knows how to avoid the rounding and discard the record?
Thanks!
José