In Oracle Database, the following NLS parameters can be used to determine how currencies are displayed for the current session:
NLS_CURRENCY
specifies the string to use as the local currency symbol for theL
number format element.NLS_ISO_CURRENCY
determines what to use for theC
format element.NLS_DUAL_CURRENCY
specifies what to use for theU
format element.
The default value for these is determined by the NLS_TERRITORY
parameter.
The L
, C
, and U
number format elements can be used in functions like TO_CHAR()
to format a number as a currency.