aiaiDBA

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

13718043309

010-86462881

PCB-00207: Invalid use of PIC N or PIC G table variable when NLS_LOCAL=YES

PCB-00207: Invalid use of PIC N or PIC G table variable when NLS_LOCAL=YES
Cause: A PIC N variable was declared using an OCCURS clause. Tables of PIC N variables are not supported when NLS_LOCAL=YES.
Action: Declare the PIC N variable without an OCCURS clause or, do not use the PIC N variable in any SQL statements.

请先 登录 后评论

1 个回答

小智
PCB-00207:当NLS_LOCAL = YES时,无法使用PIC N或PIC G表变量,
.原因:使用OCCURS子句声明了PIC N变量。当NLS_LOCAL = YES时,不支持PIC N变量表。,
.操作:声明没有OCCURS子句的PIC N变量,或者不要在任何SQL语句中使用PIC N变量。,
.
请先 登录 后评论