hi,
I am using sql developer ver3.0.03 and i have some data in a table which is in Japanese but it is always displayed as square boxes whenever I run a select statement.
what changes should I make to the table so that japanese characters can be displayed and also How do I change the character set for the table so that it can support
any character set of my choosing or how to declare a character set for a table .for this I have tried using << create table t1(name_en varchar2(255),name_jap nvarchar2(255)
) character set sjis; >> but this does not work . So ,plz also suggest an alternate.
regards ,
Shashank