schedule jobs on OEM 13c

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

schedule jobs on OEM 13c

Roshan
Oracle Enterprise Manager 13c

Hi Erman,

I would like to know how I can schedule multiple minutes(07,11,15,19,23,03) similar to the crontab below on OEM 13c
pastedImage_0.png


15 07,11,15,19,23,03 * * * sh /scripts/ttimp.sh > /tmp/impTT.lg

Many Thanks!

Roshan
Reply | Threaded
Open this post in threaded view
|

Re: schedule jobs on OEM 13c

ErmanArslansOracleBlog
Administrator
"07,11,15,19,23,03" are in the hours field.
So it means every 4 hours. (07:15 - 11:15.. etc), so schedule them as every 4 hours.
So what are you asking to me?
Reply | Threaded
Open this post in threaded view
|

Re: schedule jobs on OEM 13c

Roshan
If the range was irregular (not by increments of 4 hours), for example

07,08, 11, 18, 19

Then how should I set it?
Reply | Threaded
Open this post in threaded view
|

Re: schedule jobs on OEM 13c

ErmanArslansOracleBlog
Administrator
Aha..
I didn't test this yet, but you can try yourself and update us.
You can try using ",".
If it fails, you can apply a workaround like having multiple schedules.. (one for 7, one for 8 etc...)