Previous Topic: Configuring Oracle DatabaseNext Topic: Creating a Database User


Creating a New Database

Create a new database that stores information in the UTF-8 character set. This allows AuthMinder to use international characters including double-byte languages.

To enable UTF-8 support, perform the following steps:

  1. Log in to the Oracle database server as SYS or SYSTEM.
  2. Run the following command:
    Update sys.props$ set value$='UTF8' where name='NLS_NCHAR_CHARACTERSET' Or name = 'NLS_CHARACTERSET';
    
  3. Restart the database and check whether the character set is configured to UTF-8.