Home » RDBMS Server » Server Administration » Russian and Hindi Database Creation
Russian and Hindi Database Creation [message #191027] Mon, 04 September 2006 03:37 Go to next message
amit.pandey
Messages: 64
Registered: August 2006
Location: Bangalore, India
Member
Hi All,

Can anybody help me out!

I've created a multilingual database for that i want to use Hindi Language(Indian) i've set following parameters in my init file.

nls_territory=india
nls_currency='Rs.'
nls_characterset=UTF8

after database creation i've created a table

create table emp(empid number(4) primary key,
ename nvarchar2(30),
sal number(15,2));

then inserted a row into it

insert into emp values(1001,'Aaomhji',80000);

That ename is in hindi.

my first problem is ,Now how can i see this name in hindi format.

and i've to store some russian data in this table, now what can i do, i can't understand.

Pls. help me out.

REGARDS
AMIT

Re: Russian and Hindi Database Creation [message #191294 is a reply to message #191027] Tue, 05 September 2006 09:15 Go to previous message
email.sandeepnaik
Messages: 121
Registered: August 2006
Senior Member
try setting
NLS_LANG=HINDI_INDIA.UTF8

Sandeep
Previous Topic: In Line Views
Next Topic: 8i and 9i
Goto Forum:
  


Current Time: Fri Sep 20 08:47:35 CDT 2024