|
Specifies the hour or hours of the day with
valid values from zero to 23. Negative numbers result in a
backwards count.
-- Run on the first hour of every day.
SQL> exec test_calendar_string('freq=daily;
byhour=1');
Next Run Date: 02-JAN-2004 01:04:32
Next Run Date: 03-JAN-2004 01:04:32
Next Run Date: 04-JAN-2004 01:04:32
Next Run Date: 05-JAN-2004 01:04:32
Next Run Date: 06-JAN-2004 01:04:32
PL/SQL procedure successfully completed. |