Setting the JDBC setting for the database

You must set the JDBC setting for the database from your operating system environment.

These instructions use Oracle as an example. If you use a different database, refer to your database documentation for instructions on how to set the JDBC setting.

To set the JDBC setting on Oracle:

  1. From your operating system environment, set this JDBC setting for Oracle:
    NLS_LANG=AMERICAN_AMERICA.UTF8

    For Windows, this work can be done from the command line.

  2. Restart your application server.