Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: How to set client's characterset on session level?
Alexandre Gorbatchev,
I think you can manually trigger "alter session set nls_language ..." via some button in your application, or via logon trigger(if 8i+). Or run os command export NLS_LANG= nls_lang1 etc and run your app:), export NLS_LANG=nls_lang2 and run your second app, this should do the trick. Good luck.
Regards
zhu chao
Eachnet DBA
86-21-32174588-667
chao_ping_at_vip.163.com
www.happyit.net
www.cnoug.org(Chinese Oracle User Group)
>Hello guys,
>
>I need to use two (or more) different client applications from the same
>client workstation. Applications use different charactersets WE8PC858 and
>WE8ISO8859P1. That's a sort of having different NLS_LANG for each session.
>
>Maybe I can create a specific connect description in listener? Or I can put
>something in AFTER LOGIN trigger? Or put some parameters when establishing
>connection?
>
>I can change NLS_TERRITORY but not characterset. I am a little bit confused
>because cannot resolve this rather simple (I thought) case.
>
>Any advice?
>TIA,
>Alex
>
>--
>Please see the official ORACLE-L FAQ: http://www.orafaq.com
>--
>Author: Alexandre Gorbatchev
> INET: alexandre.gorbatchev_at_avermann.de
>
>Fat City Network Services -- 858-538-5051 http://www.fatcity.com
>San Diego, California -- Mailing list and web hosting services
>---------------------------------------------------------------------
>To REMOVE yourself from this mailing list, send an E-Mail message
>to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
>the message BODY, include a line containing: UNSUB ORACLE-L
>(or the name of mailing list you want to be removed from). You may
>also send the HELP command for other information (like subscribing).
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: chao_ping INET: chao_ping_at_vip.163.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Fri Nov 15 2002 - 07:43:49 CST