We r making a product in that gives to two language support US CHARACTER SET & EUROPEAN CHARACTER SET i.e. we gve language dependent support to customer & now we want to add japanese CHARACTER SET facility to customer.
We have Oracle 7.3 that is our restriction, now i want all the characters set support in one single database i.e US,EUROPEAN,JAPANESE fonts
give in detail which character set i define
like
NLS_LANG
NLS_LANGUAGES
NLS_TERRITORY
& OTHER PARAMETERS
1. Ensure that the NLS_LANG parameter on the client machine, that is running SQL*Plus is set as NLS_LANG=JAPANESE_JAPAN.JA16SJIS
2. If the client machine is a windows 2000 then install the mutli lang pack (to be able to see japanese characters)
3. Go to regional settings the change the default language to japanese
4. invoke SQL*Plus and select the japanese data.
Bookmarks