aiaiDBA

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

13718043309

010-86462881

PGU-41110: field name string appears multiple times in data definition string

PGU-41110: field name string appears multiple times in data definition string
Cause: A REDEFINE specifies the field name ; this field name is multiply defined in the data definition . The field name must be sufficiently qualified to remove the ambiguity so that a unique field may be referenced.
Action: Replace the ambiguous field name with a sufficiently qualified field name. An example of a qualified field name is SUBFIELD2 OF FIELD1 (or the generic equivalent, FIELD1.SUBFIELD2). It may be easier to just spool the output for a REPORT of the DATA definition for into an output file, edit the output file, and DEFINE the DATA object named anew.

请先 登录 后评论

1 个回答

小智
PGU-41110:字段名字符串在数据定义字符串中出现多次,
.原因: REDEFINE指定字段名称; 此字段名称在数据定义中进行乘法定义。字段名必须足够有资格去除歧义,以便引用唯一的字段。,
.操作:使用足够合格的字段名称替换不明确的字段名称。合格字段名称的示例是SUBFIELD2 OF FIELD1(或通用等效字段FIELD1.SUBFIELD2)。将的DATA定义的REPORT的输出短暂地输出到输出文件中,编辑输出文件,并重新定义名为的DATA对象可能会更容易。,
.
请先 登录 后评论