Russian and Hindi Database Creation [message #191027] |
Mon, 04 September 2006 03:37 |
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
|
|
|
|