Oracle 11g 导入数据时 ORA-20446 错误的 解决方案

2014-11-24 18:15:00 · 作者: · 浏览: 0

错误信息:


ORA-20446: The owner of the job is not registered ORA-06512: 在 "SYSMAN.MGMT_JOBS", line 168 ORA-06512: 在 "SYSMAN.MGMT_JOBS", line 86 ORA-06512: 在 line 1


解决方法:


Login as sysman user to the database and execute the following :
使用plus命令行工具,使用sysman 登录系统,执行以下语句
execute MGMT_USER.MAKE_EM_USER('所导出导入使用的用户名');