[关闭]
@WrRan 2016-11-17T09:28:05.000000Z 字数 564 阅读 1062

node-oracledb

17. Globalization and National Language Support (NLS)

Node-oracledb can use Oracle's National Language Support (NLS) to assist in globalizing applications.

Node-oracledb always uses Oracle's AL32UTF8 character set internally.
Data will be converted between AL32UTF8 and the database character set when it is inserted into, or queried from, the database. The environment variable NLS_LANG can be used to configure the Oracle client language and territory only.

Oracle NLS environment variables, or statements like ALTER SESSION, can be used to configure further aspects of node-oracledb data access globalization. Refer to NLS Documentation.

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注