您的位置:首页 > 数据库 > Oracle

oracle11g 导入数据时 ORA-20446 错误的 解决方案

2011-05-22 17:15 579 查看
错误信息

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('所导出导入使用的用户名');
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐