Return-Path: <root@fatcity.cts.com>
Received: from newsfeed.cts.com (newsfeed.cts.com [209.68.248.164])
 by naude.co.za (8.11.2/8.11.2) with SMTP id g571W1v03163
 for <oracle-l@naude.co.za>; Thu, 6 Jun 2002 21:32:11 -0400
Received: from fatcity.UUCP (uucp@localhost)
 by newsfeed.cts.com (8.9.3/8.9.3) with UUCP id KAA53471;
 Thu, 6 Jun 2002 10:27:30 -0700 (PDT)
Received: by fatcity.com (26-Feb-2001/v1.0g-b71/bab) via UUCP id 00476404; Thu, 06 Jun 2002 08:28:42 -0800
Message-ID: <F001.00476404.20020606082842@fatcity.com>
Date: Thu, 06 Jun 2002 08:28:42 -0800
To: Multiple recipients of list ORACLE-L <ORACLE-L@fatcity.com>
X-Comment: Oracle RDBMS Community Forum
X-Sender: Jan Pruner <jan@pruner.cz>
Sender: root@fatcity.com
Reply-To: ORACLE-L@fatcity.com
Errors-To: ML-ERRORS@fatcity.com
From: Jan Pruner <jan@pruner.cz>
Subject: Re: NLS_NUMERIC_CHARACTERS
Organization: Fat City Network Services, San Diego, California
X-ListServer: v1.0g, build 71; ListGuru (c) 1996-2001 Bruce A. Bergman
Precedence: bulk
Mime-Version: 1.0
Content-Type: text/plain;
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by naude.co.za id g571W1v03163

SELECT  
TO_NUMBER('123,67','999D99', 'NLS_NUMERIC_CHARACTERS='', ''') 
FROM dual;

There is empty space after ,  in ='', ''') .

JP
On Thursday 06 June 2002 16:27, you wrote:
> Hi,
>      I have NLS_NUMERIC_CHARACTERS set to  '.,' .
> The numeric data appears in the char format 34566,45
> How to convert this to a number format 34566.45 using to_number function
>
> & without replacing ',' with '.'
> using replace function.
> I dont want to use alter session.
>
>
> Thanks
> Manoj.

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Jan Pruner
  INET: jan@pruner.cz

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru@fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

