aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

SQL-02136: Invalid NCHAR character set id

SQL-02136: Invalid NCHAR character set id
Cause: An attempt was made to bind or define an NCHAR host variable, and the NLS_NCHAR variable was not set correctly.
Action: Set the NLS_NCHAR environment variable to a valid fixed width character set id and run the application again.

请先 登录 后评论

1 个回答

小智
SQL-02136:NCHAR字符集ID无效,
.原因:尝试绑定或定义NCHAR主机变量,并且NLS_NCHAR变量未正确设置。,
.操作:将NLS_NCHAR环境变量设置为有效的固定宽度字符集ID,然后再次运行应用程序。,
.
请先 登录 后评论