My Oracle Support Banner

Enterprise Manager Cloud Control 12c - How To Monitor OIM Scheduler Jobs For Failures (job_history Where Status<>2) (Doc ID 1669310.1)

Last updated on NOVEMBER 13, 2024

Applies to:

Enterprise Manager for Fusion Middleware - Version 12.1.0.3.0 and later
Identity Manager - Version 11.1.2.2.0 to 12.2.1.3.0 [Release 11g to 12c]
Information in this document applies to any platform.

Goal

Enterprise Manager Cloud Control 12c (this is different from EM Console/FMW Control): How can one monitor OIM scheduler jobs for failures (job_history where status<>2)?

Background: Have an User Defined Metrics (UDM) on EM 10g that would check every hour for any job that didn't complete successfully using:

Query: select job_name, JOB_START_TIME, JOB_END_TIME, status
from .job_history
where job_end_time > sysdate-(1/24)
and status<>2;


But since this is 12c is there any way to monitor it without a UDM?

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.