aiaiDBA

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

13718043309

010-86462881

PGU-42040: DEPENDING ON phrase missing in OCCURS clause

PGU-42040: DEPENDING ON phrase missing in OCCURS clause
Cause: An OCCURS clause describes a variable length table. One needs a DEPENDING ON phrase to tell how large is the current instance of the table. The DEPENDING ON clause is missing. DEPENDING ON phrase that tells how large the current instance
Action: Supply the DEPENDING ON clause or make the table a fixed length table.

请先 登录 后评论

1 个回答

小智
PGU-42040:依赖于OCCURS子句中的短语,
.原因: OCCURS子句描述可变长度表。一个需要一个DEPENDING ON短语来告诉当前表的大小。缺少DEPENDING ON子句。DEPENDING ON告诉当前实例有多大的短语,
.操作:提供DEPENDING ON子句或使表成为固定长度表。,
.
请先 登录 后评论