Home » RDBMS Server » Server Administration » NLS_LANG settings
NLS_LANG settings [message #139511] Wed, 28 September 2005 07:34 Go to next message
mymot
Messages: 225
Registered: July 2005
Senior Member
Hi,


Its gives problem only when tables were exported from 9.0.2 and imported in 10g and complaining about characterset


Export file created by EXPORT:V09.02.00 via conventional path
import done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
export client uses WE8ISO8859P1 character set (possible charset conversion)
IMP-00003: ORACLE error 2248 encountered
ORA-02248: invalid option for ALTER SESSION
IMP-00000: Import terminated unsuccessfully

so i was trying to do the following
I am trying to set
sql> ALTER SESSION SET NLS_CHARACTERSET = ENGLISH_'UNITED KINGDOM'..WE8MSWIN1252;

ALTER SESSION SET NLS_CHARACTERSET = ENGLISH_'UNITED KINGDOM'.WE8MSWIN1252
*
ERROR at line 1:
ORA-00922: missing or invalid option

Any suggestions?

Thanks
Re: NLS_LANG settings [message #139714 is a reply to message #139511] Thu, 29 September 2005 05:01 Go to previous message
girish.rohini
Messages: 744
Registered: April 2005
Location: Delhi (India)
Senior Member
HI

The following article may help in setting the NLS_CHARACTERSET.

http://www.fors.com/orasupp/rdbms/nls/15389_1.HTM

Regds
Girish
Previous Topic: ORA-01034, ORA-27101, ORA-00600
Next Topic: ORA-27101 problem
Goto Forum:
  


Current Time: Sat Jan 25 08:12:57 CST 2025