aiaiDBA

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

13718043309

010-86462881

PCC-00092: Length and/or scale incompatible with specified Oracle datatype

PCC-00092: Length and/or scale incompatible with specified Oracle datatype
Cause: An invalid length or scale for an Oracle external datatype in an EXEC SQL TYPE or EXEC SQL VAR statement was specified.
Action: Check that a length large enough to accommodate the external datatype is specified. If a scale is specified, check that it lies in the range -84..99.

请先 登录 后评论

1 个回答

小智
PCC-00092:长度和/或比例与指定的Oracle数据类型不兼容,
.原因:指定了EXEC SQL TYPE或EXEC SQL VAR语句中Oracle外部数据类型的长度或缩放比例无效。,
.操作:检查指定了足够大以容纳外部数据类型的长度。如果指定了比例,请检查它是否在-84..99范围内。,
.
请先 登录 后评论