aiaiDBA

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

13718043309

010-86462881

PCB-00637: Host variable is not an exact binary integer

PCB-00637: Host variable is not an exact binary integer
Cause: A host variable was given that was not declared to be of some acceptable exact binary integer type. Generally, when this error occurs, a signed or unsigned integer type was expected. Floating point or otherwise imprecise numeric types are considered erroneous.
Action: Replace the problematic host variable with one that was declared using a proper binary integer type.

请先 登录 后评论

1 个回答

小智
PCB-00637:主机变量不是精确的二进制整数,
.原因:提供的主机变量未声明为可接受的精确二进制整数类型。通常,当出现此错误时,可以使用带符号或无符号整数类型。浮点数或其他不精确的数字类型被认为是错误的。,
.操作:将有问题的主机变量替换为使用正确的二进制整数类型声明的主变量。,
.
请先 登录 后评论