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

Home -> Community -> Usenet -> c.d.o.server -> Re: sqlldr and decimal delimiters

Re: sqlldr and decimal delimiters

From: Christoph Seidel <christoph.seidel1_at_gmx.de>
Date: Thu, 13 Mar 2003 18:43:25 +0100
Message-ID: <b4qg2e$2254cj$1@ID-143718.news.dfncis.de>


Richard Kuhler wrote:
> You can use TO_NUMBER and override the NLS parameters for the function
> ...
>
> select to_number(
> '1234,56',
> '9999D99',
> 'NLS_NUMERIC_CHARACTERS = '',.''')
> from dual
>
>
> Richard
>
> Christoph Seidel wrote:
>>
>> hi,
>>
>> is there a way how i can set the decimal delimiter for sqlldr?

well, it works :) thanx alot! Received on Thu Mar 13 2003 - 11:43:25 CST

Original text of this message

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