Page 1 of 1

about datastage NLS

Posted: Wed Aug 18, 2004 3:11 am
by elvishada
my project nls is MS936-CS

i run my job : LCustInfo

warning :
LCustInfo..Ora_T_CustPD: Unmappable characters found mapping text string (US.ORACLE.COM?US.ORACLE.COM) with map (MS936)

i don't know how do i deal with?

Posted: Wed Aug 18, 2004 3:50 am
by richdhan
Hi,

Pls delete the same topic that you posted earlier.

Rgds
--Rich

Posted: Wed Aug 18, 2004 1:07 pm
by ketfos
Hi,

Can you check on following?
What is the value of NLS_LANG parameter defined in your profile?

The client CHARACTER SET is defined by the NLS_LANG parameter, and the client NATIONAL CHARACTER SET is defined by the NLS_NCHAR parameter. The client has to have NLS_LANG set to enable the rest of the NLS parameters to become effective. The client also must have the foreign language message files installed, for receiving non-English system messages. However, some lower level messages will be only in English (variable, depending on the platform).


Ketfos