"ORA-12012: error on auto execute of job ORACLE_OCM.MGMT_CONFIG_JOB_2_1" And "ORA-29280: invalid directory path" In Database AlertLog (Doc ID 1453959.1) |
|
|
Modified:02-Apr-2013 Type:PROBLEM |
|
In this Document
APPLIES TO:
OracleConfiguration Manager - Version 10.3.3.0.0 and later
Informationin this document applies to any platform.
SYMPTOMS
Followingerror is reported every 24 hours in the alertLog file of a 11.2.0.3 database:
Errorsin file /opt/oracle/diag/rdbms/db/trace/db_j001_26027.trc:
ORA-12012: error on auto execute of job"ORACLE_OCM"."MGMT_CONFIG_JOB_2_1"
ORA-29280: invalid directory path
ORA-06512:at "ORACLE_OCM.MGMT_DB_LL_METRICS", line 2436
ORA-06512:at line 1
CHANGES
Newlyinstalled 11.2.0.3 database, or recently upgraded to 11.2.0.3 from an earlierrelease.
CAUSE
Newerdatabase releases are automatically instrumented for OCM collections. But here,the OCM instrumentation job is trying to write to a "state" directorywhich doesn't yet exists.
To verifythe OCM db directories, run as sysdba:
SQL>select* from dba_directories where DIRECTORY_NAME like '%OCM_CONFIG%';
MGMT_DB_LL_METRICSwants to write to ORACLE_OCM_CONFIG_DIR2, which is not created by the built-ininstrumentation scripts.
SOLUTION
Problem isfixed with OCM Collector version 10.3.7
A. But out-of-box the 11.2 databaseincludes earlier OCM version, therefore one must re-configure database for OCMcollections by running the"ORACLE_HOME/ccr/admin/scripts/installCCRSQL"
script. If script ismissing, first configure OCM by running"ORACLE_HOME/ccr/bin/setupCCR".
Pay attention when on RAC database, with a non-sharedfile system environment, must set the ORACLE_CONFIG_HOME environment variableto $ORACLE_HOME prior to running the installCCRSQL.sh
script. Reference: Oracle Configuration Manager Installation andAdministration Guide
or
B. when not using the OCM Collector,remove the OCM objects from database:
SQL>drop user ORACLE_OCM cascade;
OCM is astandalone, separate tool and removing won't affect the database functionality.
Or couldsimply disable the OCM jobs by running:
execdbms_scheduler.disable('ORACLE_OCM.MGMT_CONFIG_JOB')
execdbms_scheduler.disable('ORACLE_OCM.MGMT_STATS_CONFIG_JOB')
REFERENCES
NOTE:859113.1 - How To
ManuallyRemove ORACLE_OCM From Database
Related
Products |
- Support Tools > My
Oracle Support > Configuration
Management > Oracle
Configuration Manager > Configuration
Discovery and Collection Scripts > Oracle
Database - Discovery and Config Collection Scripts
Keywords |
Errors |