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

Oracle Error Message

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

Reason for the Error

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.

Solution

Issue the CREATE TABLE AS SELECT command again but make sure the combination of directory objects and filenames is unique.