You might want to check there is nothing running via DBMS_JOB. As the dba user, try

SELECT * FROM DBA_JOBS;

Cheers,