aiaiDBA

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

13718043309

010-86462881

KUP-04061: directory object string specified for LOBFILE column string is not valid

KUP-04061: directory object string specified for LOBFILE column string is not valid
Cause: The column being loaded from a LOBFILE specified the directory object containing the LOBFILE through another field in the data file. In this case, the LOBFILE clause in the access parameters must specify a list of all directory objects that will be used for this field. This error occurs because a field contains the name of a directory object that is not in this list.
Action: Verify that the data file contains the correct directory object and verify that the list of valid directory objects in the LOBFILE clause for this column is complete.

请先 登录 后评论

1 个回答

小智
KUP-04061:为LOBFILE列字符串指定的目录对象字符串无效,
.原因:从LOBFILE加载的列通过数据文件中的另一个字段指定了包含LOBFILE的目录对象。在这种情况下,访问参数中的LOBFILE子句必须指定将用于此字段的所有目录对象的列表。发生此错误是因为字段包含不在此列表中的目录对象的名称。,
.操作:验证数据文件是否包含正确的目录对象,并验证此列的LOBFILE子句中的有效目录对象列表是否已完成。,
.
请先 登录 后评论