to_number & NLS_NUMERIC_CHARACTERS
66213Feb 2 2005 — edited Feb 2 2005Hello,
Could you help me ?
select to_number('3,2', '999D99', ' NLS_NUMERIC_CHARACTERS = '',.''') from dual
return "3,2"
but
select to_number('3.2', '999D99', ' NLS_NUMERIC_CHARACTERS = '',.''') from dual
return "32", but I hope invalid number exception
Thanks in advance.