Create a database that stores information in the UTF-8 character set. This allows RiskMinder to use international characters including double-byte languages. To enable UTF-8 support for your Oracle database:
Update sys.props$ set value$='UTF8' where name='NLS_NCHAR_CHARACTERSET' Or name = 'NLS_CHARACTERSET';
|
Copyright © 2013 CA.
All rights reserved.
|
|