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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: NLS_NUMERIC_CHARACTERS

Re: NLS_NUMERIC_CHARACTERS

From: Jan Pruner <jan_at_pruner.cz>
Date: Thu, 06 Jun 2002 08:28:42 -0800
Message-ID: <F001.00476404.20020606082842@fatcity.com>


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_at_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_at_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).
Received on Thu Jun 06 2002 - 11:28:42 CDT

Original text of this message

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