aiaiDBA

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

13718043309

010-86462881

PLS-00622: range constraints must be between -2147483647 and 2147483647

PLS-00622: range constraints must be between -2147483647 and 2147483647
Cause: The range constraints specified for a pls_integer or binary_integer declaration did not fall between -2147483647 and 2147483647.
Action: Use range constraints between -2147483647 and 2147483647.

请先 登录 后评论

1 个回答

小智
PLS-00622:范围约束必须介于-2147483647和2147483647之间,
.原因:为pls_integer或binary_integer声明指定的范围约束不在-2147483647和2147483647之间。,
.操作:在-2147483647和2147483647之间使用范围约束。,
.
请先 登录 后评论