aiaiDBA

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

13718043309

010-86462881

KUP-04085: duplicate directory object string and file string specified for unload

KUP-04085: duplicate directory object string and file string specified for unload
Cause: A CREATE TABLE AS SELECT statement was executed for an external table of type ORACLE_DATAPUMP and the same directory object and filename combination was specified multiple times.
Action: Issue the CREATE TABLE AS SELECT command again but make sure the combination of directory objects and filenames is unique.

请先 登录 后评论

1 个回答

小智
KUP-04085:为卸载指定的重复目录对象字符串和文件串,
.原因: CREATE TABLE AS对于ORACLE_DATAPUMP类型的外部表执行了SELECT语句,并且多次指定了相同的目录对象和文件名组合。,
.操作:再次发出CREATE TABLE AS SELECT命令,但确保目录对象和文件名的组合是唯一的。,
.
请先 登录 后评论