aiaiDBA

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

13718043309

010-86462881

KUP-04055: column string is both a field in the data file and a column transform

KUP-04055: column string is both a field in the data file and a column transform
Cause: The specified column was in the list of fields in the data file and in the list of column transforms. The column should be in one list or the other, but not both.
Action: Determine whether the value for the field in the data file or the value for the field in the column transform should be loaded in to the table. If the value for the data file is to be loaded, then remove the column transform. If the value for the column transform is to be loaded, then rename the field in the data file so that it does not match the name of a field in the table.

请先 登录 后评论

1 个回答

小智
KUP-04055:列字符串既是数据文件中的一个字段又是一列转换,
.原因:指定的列位于数据文件和列变换列表中的字段列表中。列应该在一个列表或另一个列表中,但不能同时列出。,
.操作:确定数据文件中的字段值或列变换中字段的值是否应加载到表中。如果要加载数据文件的值,则删除列转换。如果要加载列变换的值,则重命名数据文件中的字段,以使其与表中字段的名称不匹配。,
.
请先 登录 后评论