How to store Japanese character in oracle DB?

只谈情不闲聊 提交于 2019-12-22 17:46:12

问题


I want to store Japanese(or any language) character in one column of my oracle database table.

I have used varchar2 as data type. when I am trying to insert this character(ꏕ) to this column its stored as '[]'.

Don't know what to do. Need help.

Note:
I tried to change the data type to nvarchar2 still didn't work.

https://translate.google.co.in/?hl=en&tab=wT#auto/en/Kinj%20A%20%CC%88%EA%8F%95%20%C9%82%20%C8%82%20%C4%82%20%E6%82%A9%0A%ED%82%A9%20%C3%84%20%EA%8F%95%20%C9%82%C8%82%C4%82%20%E6%82%A9

来源:https://stackoverflow.com/questions/37117331/how-to-store-japanese-character-in-oracle-db

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!