Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to tell oracle SQL*Loader thousand seperating character?
You could remove the commas from that column in your SQL*Loader control
file, like so:
your_column "replace (:your_column, '.', '')"
This assumes that something else is used for decimals and that the dot is not used as a field terminator. Received on Sun Sep 25 2005 - 14:54:22 CDT