aiaiDBA

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

13718043309

010-86462881

PCB-00209: Scale is not supported for host variable "string"

PCB-00209: Scale is not supported for host variable "string"
Cause: A variable whose format does not support scaling was used in a SQL statement or embedded PL/SQL block. The following formats do not support scaling: PIC S9(n) COMP PIC S9(n) COMP-4 PIC S9(n) COMP-5 PIC S9(n) BINARY PIC 9(n) COMP
Action: Remove the scale or use a datatype that support scaling.

请先 登录 后评论

1 个回答

小智
PCB-00209:主机变量“ string ” 不支持Scale,
.原因:在SQL语句或嵌入式PL / SQL块中使用了格式不支持缩放的变量。以下格式不支持缩放:PIC S9(n)COMP PIC S9(n)COMP-4 PIC S9(n)COMP-5 PIC S9(n)BINARY PIC 9(n)COMP,
.操作:删除刻度或使用支持缩放的数据类型。,
.
请先 登录 后评论