Database Utilities (MOSC)

MOSC Banner

SQL*Loader number rounding

edited Feb 19, 2018 3:15AM in Database Utilities (MOSC) 10 commentsAnswered

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é

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center