cron oracle
paste a cron expression. see next fire times, a human description, and a field breakdown.
minute
0–59
hour
0–23
day/mo
1–31
month
1–12
day/wk
Su Mo Tu We Th Fr Sa
next 10 fire times
presets
syntax quick reference
*any value
*/nevery n-th value (e.g. */5)
n-mrange from n to m (inclusive)
n-m/severy s-th value, n through m
a,b,cexplicit list of values
@hourly= 0 * * * *
@daily= 0 0 * * *
@weekly= 0 0 * * 0
@monthly= 0 0 1 * *
@yearly= 0 0 1 1 *