Set up Unicode in Oracle for CA Software Change Manager (SCM)
search cancel

Set up Unicode in Oracle for CA Software Change Manager (SCM)

book

Article ID: 21633

calendar_today

Updated On:

Products

CA Harvest Software Change Manager - OpenMake Meister

Issue/Introduction

Problem Description:

The non-English characters are not appearing correctly in the Software Change Manager user interface. How do I make them appear with the correct formatting?

Solution:

The first step in being able to correctly display non-English characters is to make sure that your database is correctly using a character set that supports these types of characters. Your DBA will be able to ensure that the correct character set is used in your database when it is initially set up.

The next step is to make sure that the correct NLS_LANG values have been set. Setting NLS_LANG tells Oracle what character set the client is using so Oracle can do conversion if needed from client's characterset to the database character set and setting this parameter on the client does not change the client's character set. Setting Language and Territory in NLS_LANG has nothing to do with storing characters in database, it's controlled by the character set and of course if the database can store that character set.

NLS_LANG=<language>_<territory>.<character set>

So for Spanish characters for example, you would set NLS_LANG as:

NLS_LANG=SPANISH_SPAIN.WE8ISO8859P1

To find the NLS_LANG of your database one can run the following SQL:

SQL> SELECT * from NLS_DATABASE_PARAMETERS WHERE parameter IN ( 'NLS_LANGUAGE', 'NLS_TERRITORY', 'NLS_CHARACTERSET');

If the NLS_LANG values returned do not match the correct ones for the language you are currently using, you set NLS_LANG in your initialization parameter file (init.ora).

Environment

Release: SCMNCR99000-12.6-Harvest-Software Change Manager-Named User-Competitive Replacem
Component: