DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: Chanage the dynamiclly nls_lang

  1. #1
    Join Date
    Aug 2001
    Posts
    14
    I translate an application from french (NLS_LANG1 : french_france.WE8ISO8859P1) to arab (NLS_LANG2 : arabic_tunisia.AR8MSWIN1256). I have to change dynamically the NLS_LANG to run my application into arab or french.

  2. #2
    Join Date
    Oct 2000
    Location
    Germany
    Posts
    1,185
    The database can only have one character set. If you are running on one database, you should use the UTF-8 character set.

    Good luck.
    David Knight
    OCP DBA 8i, 9i, 10g

  3. #3
    Join Date
    May 2000
    Location
    ATLANTA, GA, USA
    Posts
    3,135
    ALTER SESSION can be used to dynamically change the NLS_LANG parameter value.

  4. #4
    Join Date
    Oct 2000
    Location
    Germany
    Posts
    1,185
    Is it possible to use the ALTER SESSION command when the character sets are absolutely different?

    Thanks in advance.
    David Knight
    OCP DBA 8i, 9i, 10g

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width