aiaiDBA

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

13718043309

010-86462881

PCB-00205: Cannot use PIC N or PIC G variable in PL/SQL when NLS_LOCAL=YES

PCB-00205: Cannot use PIC N or PIC G variable in PL/SQL when NLS_LOCAL=YES
Cause: A PIC N or PIC G variable was used in an embedded PL/SQL block when the precompiler option NLS_LOCAL=YES was used. A PIC N or PIC G variable is not supported in this situation.
Action: Do not use the PIC N or PIC G variable within the PL/SQL block or use precompiler option NLS_LOCAL=NO.

请先 登录 后评论

1 个回答

小智
PCB-00205:当NLS_LOCAL = YES时,不能在PL / SQL中使用PIC N或PIC G变量,
.原因:当使用预编译器选项NLS_LOCAL = YES时,嵌入式PL / SQL块中使用了PIC N或PIC G变量。在这种情况下不支持PIC N或PIC G变量。,
.操作:请勿在PL / SQL块中使用PIC N或PIC G变量,或使用预编译器选项NLS_LOCAL = NO。,
.
请先 登录 后评论