本帖最后由 zergduan 于 2015-6-18 19:49 编辑
Yong Huang 发表于 2015-6-17 21:38 ![]()
zergduan,
I think you have a good case to open an SR with Oracle. There may be a bug about a Unic ... 没有相关的文档,提到这个字符的问题,但是oracle support提到一个bug里的说明 NLS 参数在数据库中不支持Multibyte。 估计是这个原因导致的无法存储“¥”,只能存储“?”
我觉得show parameter 之所以能看到正确的 “¥”,是因为这个NLS_CURRENCY可以基于其他参数的值,计算出自己的默认值,然后显示给用户~
应该是这个
NLS_TERRITORY specifies the name of the territory whose conventions are to be followed for day and week numbering. This parameter also establishes the default date format, the default decimal character and group separator, and the default ISO and local currency symbols.
|