expdp fails with ORA-31626, ORA-31633, ORA-06512, ORA-06512 and ORA-00955
While exporting data using expdp, got following error
Error
ORA-31626: job does not exist
ORA-31633: unable to create master table "SYS.JOB1"
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
ORA-06512: at "SYS.KUPV$FT", line 1020
ORA-00955: name is already used by an existing object
Cause
There is already as job with same name in the master table
Solution
Option 1: Change the job name
Option 2: Clean up Orphaned job. Read More