cancel
Showing results for 
Search instead for 
Did you mean: 

OCM Jobs check - Oracle Configuration Manager Jobs

Former Member
0 Kudos

Hello,

How can I check if the OCM jobs are running in my system ?

I need to deactivate them according to Note

 
SAP Note 974781 - Oracle internal maintenance jobs

but I want to check first on SAP or Oracle,  if they are running,

Thanks in advance,

Jordan

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member227150
Active Participant
0 Kudos

Hi Jordan,

You can use the query:

select job_name, enabled from DBA_SCHEDULER_JOBS;

thanks

Former Member
0 Kudos

Hi Jordan,

If you read the note carrefully, you can find the way how to check the jobs have been scheduled or not.

Best regards,

Orkun Gedik