aiaiDBA

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

13718043309

010-86462881

PLS-00217: NUMBER scale constraint must be in range (-84 .. 127)

PLS-00217: NUMBER scale constraint must be in range (-84 .. 127)
Cause: A NUMBER variable was declared with a scale that is outside the legal range. Declarations such as N NUMBER(10,345) or N NUMBER(10,-100) are not supported.
Action: Change the illegal NUMBER scale constraint, making sure that it lies in the range -84 .. 127.

请先 登录 后评论

1 个回答

小智
PLS-00217:NUMBER比例约束必须在范围内(-84 .. 127),
.原因: NUMBER变量已被声明,其范围超出了合法范围。不支持N NUMBER(10,345)或N NUMBER(10,-100)等声明。,
.操作:更改非法的NUMBER比例约束,确保它在-84 .. 127范围内。,
.
请先 登录 后评论