aiaiDBA

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

13718043309

010-86462881

KUP-03019: directory object not specified in LOBFILE clause for field string

KUP-03019: directory object not specified in LOBFILE clause for field string
Cause: A LOBFILE clause was specified for the field, but no directory object was specified. When no directory object is specified, then the default directory specified for the external table is used, but no default directory was specified.
Action: Specify a directory object in the LOBFILE clause or specify a default directory for the external table.

请先 登录 后评论

1 个回答

小智
KUP-03019:在字段字符串的 LOBFILE子句中未指定目录对象,
.原因:为该字段指定了一个LOBFILE子句,但没有指定目录对象。当没有指定目录对象时,使用为外部表指定的默认目录,但未指定默认目录。,
.操作:在LOBFILE子句中指定目录对象或为外部表指定默认目录。,
.
请先 登录 后评论