RUSSIAN_RUSSIA.UTF8 language parameter is not working in windows registry [message #192157] |
Mon, 11 September 2006 05:27 |
amit.pandey
Messages: 64 Registered: August 2006 Location: Bangalore, India
|
Member |
|
|
Hi All,
I'm working on a Russian DB, and for that we use SQL*PLUS as a client under windows environment using oracle 9i. I've set the following value of
NLS_LANG = RUSSIAN_CIS.CL8MSWIN1251 under following registry entry.
HKEY_LOCAL_MACHINE-->SOFTWARE-->ORACLE-->HOME0-->NLS_LANG.
This was working fine.
Now my problem is that i want to store some hindi data in some tables in same database. for that i set the NLS_LANG parameter value to
NLS_LANG=RUSSIAN_RUSSIA.UTF8 (as i read in ora documentation), as my most of the data is in RUSSIAN so i set this setting, as per my knowledge i can view the russian as well as any language characters also, bcoz of "UTF8".
But when i'm trying to connect sql*plus after changing this value, it said
INVALID VALUE SPECIFIED FOR NLS PARAMETER.
Can anybody tell me is thr other setting to be changed when we set RUSSIAN_RUSSIA.UTF8.
If any body have any solution then Please help me out.
Thanks & Regards
Amit
|
|
|
Re: RUSSIAN_RUSSIA.UTF8 language parameter is not working in windows registry [message #192336 is a reply to message #192157] |
Mon, 11 September 2006 23:14 |
amit.pandey
Messages: 64 Registered: August 2006 Location: Bangalore, India
|
Member |
|
|
Hi All,
Please help me out. I Read several documents but it is not working, can anybody tells me where i did the mistake.
What i actually needed is that when i use sql*plus as a client then it must show the exact russian data which stored in database. I tried RUSSIAN_CIS.CL8MSWIN1251 and RUSSIAN_CIS.CL8ISO8859P5 they r working properly, but i want to use RUSSIAN_RUSSIA.UTF8, bcoz of, in future i've to store some hindi(indian language) data into the same database.
Please help me out.
AMIT
|
|
|
|
|