Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

reading number string with command and decimal

aliyesami-JavaNetJun 12 2019 — edited Jun 13 2019

how can i read a text string  like "31,432.99"  as number 31432.99 ?

i tried using NLS_NUMERIC_CHARACTERS  but it reads the strings with comma properly but does not read if i put the

decimal point.

thanks

alter session  set NLS_NUMERIC_CHARACTERS= '.,';

Comments
Post Details
Added on Jun 12 2019
7 comments
1,034 views