Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: How to define the DecimalSeparator for SQL Loader Files

Re: How to define the DecimalSeparator for SQL Loader Files

From: Brian Peasland <dba_at_nospam.peasland.net>
Date: Thu, 13 Jul 2006 13:16:02 GMT
Message-ID: <J2CFIt.LFK@igsrsparc2.er.usgs.gov>


Robert Wehofer wrote:
> Hello!
>
> I would like to update datasets in an Oracle database by using SQL
> Loader files.
>
> One big problem of mine is how to know, which DecimalSeparator an SQL
> Loader file needs to treat floating numbers correctly.
>
> e.g.
> 71779.42|173686.93|
> or
> 71779,42|173686,93|
>
> Is there a possibility to upload floating numbers independent of country
> settings in Oracle? Perhaps the DecimalSeparator could be set in the CTL
> file but I don't find such a setting in the help file.
>
> Robert

The decimal separator is defined with your NLS settings. Please refer to the Globalization Guide for your version (http://tahiti.oracle.com).

HTH,
Brian

-- 
===================================================================

Brian Peasland
dba_at_nospam.peasland.net
http://www.peasland.net

Remove the "nospam." from the email address to email me.


"I can give it to you cheap, quick, and good.
Now pick two out of the three" - Unknown
Received on Thu Jul 13 2006 - 08:16:02 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US