aiaiDBA

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

13718043309

010-86462881

PCC-02385: CHAR_MAP disallowed when using NLS_CHAR and NLS_LOCAL=TRUE

PCC-02385: CHAR_MAP disallowed when using NLS_CHAR and NLS_LOCAL=TRUE
Cause: The CHAR_MAP option was specified while indicating which host variables are to be treated by the precompiler as NLS multi-byte character variables. This mapping cannot be performed with the option NLS_LOCAL=TRUE. This error also occurs when DBMS=V6 is used in conjunction with NLS_CHAR and NLS_LOCAL=TRUE.
Action: Remove either the CHAR_MAP option or set NLS_LOCAL=FALSE. Ensure that DBMS is not set to V6.

请先 登录 后评论

1 个回答

小智
PCC-02385:使用NLS_CHAR和NLS_LOCAL = TRUE时不允许使用CHAR_MAP,
.原因:指定了CHAR_MAP选项,同时指出预编译器将要处理哪些主机变量为NLS多字节字符变量。无法使用选项NLS_LOCAL = TRUE执行此映射。当DBMS = V6与NLS_CHAR和NLS_LOCAL = TRUE结合使用时,也会发生此错误。,
.操作:删除CHAR_MAP选项或设置NLS_LOCAL = FALSE。确保DBMS未设置为V6。,
.
请先 登录 后评论