ORA-20446 The Owner of the job is not registered
When i try import dump files into one schema using Datapump in EMdbconsole, it shows follwoing Error.
ORA-20446: The owner of the job is not registered
ORA-06512: at “SYSMAN.MGMT_JOBS”, line 168
ORA-06512: at “SYSMAN.MGMT_JOBS”, line 86
Solution : We need to run
SQL> conn sysman/Admin123;
Connected.
SQL> execute MGMT_USER.MAKE_EM_USER(‘PREM_ACE_RUH’);
PL/SQL procedure successfully completed.
Note : Prem_ace_ruh — > Username.
One Comment
Post a comment
it works for me thnx alot.