|
Firstly, You must use CHINESE character set or a character set which including CHINESE when you create your database;
Secondly, environment variable NLS_LANG of your client must set to the character set which contain CHINESE character set, and the character set must be a sub-set of the DB server character set , and as the same time, the OS of your Client must can DISPLAY data whose encoding is NLS_LANG. |
|