using the number format ###,###.00 I seem to get a hardcoded decimal POINT (instead of the german decimal comma). What do I have to do, that these placeholders get switched according to DB NLS_territory or, even better, browser language settings? ORACLE is well behaved on output and input as soon as the session does ALTER SESSION SET NLS_NUMERIC_CHARACTERS= or NLS_TERRITORY= |