ORA-12012 error on auto execute of job 8887

*** ACTION NAME:(AUTO_SPACE_ADVISOR_JOB) 2014-10-22 22:49:58.046
*** MODULE NAME:(DBMS_SCHEDULER) 2014-10-22 22:49:58.046
*** SERVICE NAME:(SYS$USERS) 2014-10-22 22:49:58.046
*** SESSION ID:(112.762) 2014-10-22 22:49:58.046
*** 2014-10-22 22:49:58.046
ORA-12012: error on auto execute of job 8887
ORA-44003: invalid SQL name

 

SQL> Select * from v$version;
 
BANNER
----------------------------------------------------------------
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
PL/SQL Release 10.2.0.1.0 - Production
CORE    10.2.0.1.0    Production
TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
NLSRTL Version 10.2.0.1.0 - Production

网上查看说这个是一个bug,禁用掉该JOB

conn "/as sysdba"

execute dbms_scheduler.disable('AUTO_SPACE_ADVISOR_JOB');

参考博客:

http://www.xifenfei.com/2305.html

http://blog.itpub.net/9524377/viewspace-660845/

posted @ 2014-10-23 18:08  Alex-Zeng  阅读(294)  评论(0编辑  收藏  举报