Tested Locale Settings on UNIX and Windows
The users who start the database server (who may be the users that start its Windows service), create the Admin/Reporting database, and start the Admin/Reporting servers must all have the same locale settings.
On UNIX, the tested locale setting is en_US.ISO8859-1.
To check the locale setting for a user on UNIX:
1. | Log in as the user and type: locale |
2. | To set the locale to the tested setting, type: |
setenv LC_ALL en_US.ISO8859-1
Locale Settings on Microsoft Windows
On Microsoft Windows, the tested code page is the United States code page (437).
To check the active code page for a user on Microsoft Windows:
1. | Open a Command prompt and type: chcp |
2. | To set the code page to the tested setting, type: chcp 437 |