aiaiDBA

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

13718043309

010-86462881

PGU-30304: TIP generation warning: string name truncated to string characters

PGU-30304: TIP generation warning: string name truncated to string characters
Cause: This is a warning of possible non-unique PL/SQL names. PGAU encountered record field names which combined exceed the maxmimum PL/SQL name length, and the last field name specified was truncated to the length . The condition occurred during generation of the TIP Package Specification for parameter variables.
Action: Revise the PG DD entries for the defined parameters and either reduce the number of nested record levels or shorten the record field names.

请先 登录 后评论

1 个回答

小智
PGU-30304:提示生成警告:字符串名称截断为字符串字符,
.原因:这是对可能的非唯一PL / SQL名称的警告。PGAU遇到的记录字段名称合并超过最大PL / SQL名称长度,并且指定的最后一个字段名称被截断为长度。该条件在生成参数变量的TIP包规范时发生。,
.操作:修改所定义参数的PG DD条目,并减少嵌套记录级别的数量或缩短记录字段名称。,
.
请先 登录 后评论