In this article I present how NLS_NUMERIC_CHARACTERS parameter works.
This parameter specifies the characters to use as group separator and decimal character. The group separator separates integer groups (that is, thousands, millions, billions, and so on). The decimal separates the integer portion of a number from the decimal portion.
NLS_NUMERIC_CHARACTERS = “decimal_character group_separator”