aiaiDBA

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

13718043309

010-86462881

PGU-30635: TIP generation: string string, nested repeating group for string

PGU-30635: TIP generation: string string, nested repeating group for string
Cause: The data field specified a repeating group clause while a previous repeating group is active. The repeating group in cannot be nested within a previous repeating group. TIP's use PL/SQL tables to implement repeating groups, and PL/SQL tables are limited to a single key or subscript which cannot support nested repeating groups (a table of tables).
Action: Redefine the data such that the previous repeating group is ended before beginning another repeating group.

请先 登录 后评论

1 个回答

小智
PGU-30635:TIP代:字符串 字符串,嵌套的重复组串,
.原因:数据字段 在上一个重复组处于活动状态时指定了一个重复组子句<子句>。中的重复组不能嵌套在先前的重复组中。TIP使用PL / SQL表来实现重复组,PL / SQL表限于不支持嵌套重复组(表的表)的单个键或下标。,
.操作:重新定义数据,使之前的重复组在开始另一个重复组之前结束。,
.
请先 登录 后评论