Character Set in EnterpriseOne 8.9

gary4444

Member
Hi everyone,

Can someone give me help on what NLS_CHARACTERSET should I setup in Oracle for EnterpriseOne 8.9. We'll use Unicode and we need to use Simplified Chinese.

Currently we setup NLS_CHARACTERSET = 'UTF-8'.

We have experienced some problems in Security Server, don't know whether related to the settings of above.

Thanks a lot.
 
I can't speak for Simplified Chinese. Check the upgrade or installation guide for your platform. This is output from my Oracle database (9.2.0.4) which supports E1 8.9:

SELECT VALUE FROM NLS_DATABASE_PARAMETERS WHERE PARAMETER='NLS_CHARACTERSET'

VALUE
----------------------------------------
WE8ISO8859P1


SELECT VALUE FROM NLS_DATABASE_PARAMETERS WHERE PARAMETER='NLS_NCHAR_CHARACTERSET';

VALUE
----------------------------------------
AL16UTF16
 
Have anyone experienced securtiy server problem related to characterset in Oracle or language settings in JDE.INI ?
 
Back
Top