The following is an example for a UNIX environment:
setenv NLS_DATE_FORMAT "dd/mon/yy"
For more information, see the Oracle7 Server Administrator's Guide.
Default value: | derived from NLS_TERRITORY |
Range of values: | any string, maximum of 9 bytes (not including null) |
Default value: | derived from NLS_TERRITORY |
Range of values: | any string, maximum of 9 bytes (not including null) |
Default value: | none |
Range of values: | any valid string |
Value is a string of the form locale_direction.characterset, where locale is any string up to 20 bytes (not including null) containing only the characters [A-Z, a-z, 0-9 -], direction is either RTL or LTR (case- insensitive), and characterset specifies a valid display character set.
Specification of locale and direction is optional. If omitted, locale will default to an empty string, and direction will default to LTR. The characterset option must be specified. If you specify direction or characterset, you must include the preceding delimeter [underscore ( _ ) for direction, period ( . ) for characterset], otherwise the value will be parsed as a language name.
Default value: | derived from NLS_TERRITORY |
Range of values: | any valid character |
The character specified must be single-byte and cannot be the same as either the numeric or monetary decimal character, any numeric character, or any of the following characters: plus (+), hyphen (-), less than sign (<), greater than sign (>), period (.).
Default value: | derived from NLS_TERRITORY |
The two characters specified must be single-byte and cannot be the same as each other. They also cannot be any numeric character or any of the following characters: plus (+), hyphen (-), less than sign (<), greater than sign (>).