cancel
Showing results for 
Search instead for 
Did you mean: 

Alert Log Error trace

Former Member
0 Kudos

Dear ALL,

I have checked errors in alertlogs, what could be the reason below error log is generating daily.

ORA-12012: error on auto execute of job 109817

ORA-04063: ORA-04063: package body "ORACLE_OCM.MGMT_DB_LL_METRICS" has errors

ORA-06508: PL/SQL: could not find program unit being called: "ORACLE_OCM.MGMT_DB_LL_METRICS"

ORA-06512: at line 1 has errors

Regards

Chandra

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Notes are helped

stefan_koehler
Active Contributor
0 Kudos

Hello Chandra,

if you got some issue with ORACLE_OCM, i assume that you are using Oracle 10.2.0.4

As SAP customers are not allowed to configure or use the OCM (check sapnote #1227404 for details).

Please disable the internal jobs for OCM like described in sapnote #974781


SQL> exec dbms_scheduler.disable('ORACLE_OCM.MGMT_CONFIG_JOB');
SQL> exec dbms_scheduler.disable('ORACLE_OCM.MGMT_STATS_CONFIG_JOB');

Regards

Stefan