Users Guide

Altering Double-Byte Characters in Audit Trails | Localization
OMNM 6.5.3 User Guide 769
Setting Up Oracle
Set up the Oracle database for double-byte characters in audit trail messages by selecting the UTF8
character set when creating an Oracle database.
CREATE DATABASE owbusdb CHARACTER SET UTF8;
For existing databases, Oracle has extensive documentation regarding character set selection and
conversion. Refer to download.oracle.com/docs/cd/B10501_01/server.920/a96529/ch10.htm.
The simplest form of this is as follows:
ALTER DATABASE owbusdb CHARACTER SET UTF8;