[oracle@decoder ~]$ oerr ora 39002
39002, 00000, "invalid operation"
// *Cause: The current API cannot be executed because of inconsistencies
// between the API and the current definition of the job.
// Subsequent messages supplied by DBMS_DATAPUMP.GET_STATUS
// will further describe the error.
// *Action: Modify the API call to be consistent with the current job or
// redefine the job in a manner that will support the specified API.
[oracle@decoder ~]$
[oracle@decoder ~]$
[oracle@decoder ~]$ oerr ora 39059
39059, 00000, "dump file set is incomplete"
// *Cause: An IMPORT or SQL_FILE operation was being performed but not
// all of the files from the EXPORT dump file set were included.
// *Action: Check the export log file and make sure all of the files that
// were exported are included in the current job.
[oracle@decoder ~]$