참고글 및 문제해결/문제해결
ORA-20446: The owner of the job is not registered
에몽이ㅋ
2012. 3. 17. 21:23
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
ORA-06512: at line 1
상황 : Enterprise Manager를 이용한 import중 작업제출 시 위 에러발생
원인 : oracle 11g Bug
해결방법 :
sysman으로 로그인 후 execute MGMT_USER.MAKE_EM_USER('USERNAME'); 실행
SQL> conn sysman/******
Connected.
SQL>
SQL> execute MGMT_USER.MAKE_EM_USER('SCOTT'); << 에러가 나는 유저 적어주기이후 다시 작업제출