The Capacity Manager job is still running even after uninstalling Space Manager and Capacity Manager components. This is causing the following error to be logged in the Oracle dump file:
ORA-12012
ORA-06576
Run the following SQL statement to determine the job name:
select * from dba_scheduler_jobs where program_name like '%CMO%';
Execute the following to drop the job:
exec DBMS_SCHEDULER.drop_job ('QUEST_CMO_1_4');