Page 1 of 1

NLS Warning message

Posted: Thu Apr 16, 2009 9:18 am
by dsuser_cai
Hi

I know this is common, question but i couldnt understand this issue.

I get this warning message in all my jobs (only in paralle), im using the same DS to build server jobs but that didesbt have warnings. but paralle jobs always gives out this message:

warning message:

main_program: The NLS character map <ISO-8859-1> specified may not be compatible with
the character set specified by NLS_LANG;
you may get unexpected results from your database.

main_program: The NLS character map <ISO-8859-1> specified may not be compatible with the character set specified by NLS_LANG;
you may get unexpected results from your database.

Can somebody help me fix this........

Posted: Thu Apr 16, 2009 9:32 am
by chulett
And "the character set specified by NLS_LANG" is.... ?

Posted: Thu Apr 16, 2009 10:00 am
by dsuser_cai
chulett wrote:And "the character set specified by NLS_LANG" is.... ?
I checked the NLS settin in my database (SELECT * FROM NLS_SESSION_PARAMETERS) and its NLSLANGUAGE -----> AMERICAN

but Im not sure how to check the NLS in DS.

I checked in the oracle stage and it has the following defined in the NLS tab:

Select category to set map for:
NCHAR / NVARCHAR2

Map Name for NCHAR / NVARCHAR2
Project default (ISO-8859-1)

Please let me know if my setting wrong or im looking at the wrong stage/tab. also please let me know if u need further information.

Posted: Thu Apr 16, 2009 10:08 am
by chulett
The second log entry for any job shows all environment variables in place at the time the job ran - what does it show there for NLS_LANG?

Posted: Thu Apr 16, 2009 10:19 am
by dsuser_cai
chulett wrote:The second log entry for any job shows all environment variables in place at the time the job ran - what does it show there for NLS_LANG?
thanks for helping me find this.

I check that log entry and it shows:

NLS_LANG=AMERICAN_AMERICA.US7ASCII

is this correct ?

Posted: Wed Jun 10, 2009 9:24 am
by dsuser_cai
I still have this warning message, Can anybody help me fix this. I recently heard that there is an Environmental variable used to fix this warning message. If known can anybody share it with me. Thanks in advance.