*** 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.046ORA-12012: error on auto execute of job 8887ORA-44003: invalid SQL name
SQL> Select * from v$version; BANNER----------------------------------------------------------------Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - ProdPL/SQL Release 10.2.0.1.0 - ProductionCORE 10.2.0.1.0 ProductionTNS for 32-bit Windows: Version 10.2.0.1.0 - ProductionNLSRTL Version 10.2.0.1.0 - Production
This is a bug. Disable the job.
Conn "/As sysdba"
execute dbms_scheduler.disable(‘AUTO_SPACE_ADVISOR_JOB‘);
Refer to blog:
Http://www.xifenfei.com/2305.html
Http://blog.itpub.net/9524377/viewspace-660845/
ORA-12012 error on auto execute of job 8887