aiaiDBA

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

13718043309

010-86462881

PCB-00206: Cannot use N quoted literal in PL/SQL when NLS_LOCAL=YES

PCB-00206: Cannot use N quoted literal in PL/SQL when NLS_LOCAL=YES
Cause: A "N" literal (a literal of the form N'...') was used within a PL/SQL block when the precompiler option NLS_LOCAL=YES was used. N literals are not supported in this situation.
Action: Use an ordinary literal (one without the "N") within the PL/SQL block or use precompiler option NLS_LOCAL=NO.

请先 登录 后评论

1 个回答

小智
PCB-00206:当NLS_LOCAL = YES时,不能使用PL / SQL中的N引用文字,
.原因:当使用预编译器选项NLS_LOCAL = YES时,在PL / SQL块中使用“N”字面量(形式为N'...'的字面值)。在这种情况下,不支持N个文字。,
.操作:在PL / SQL块中使用普通文字(不含“N”)或使用预编译器选项NLS_LOCAL = NO。,
.
请先 登录 后评论