|
Specifies the second or seconds of the
minute with valid values from zero to 59. Negative numbers
result in a backwards count.
-- Run on the first second of every minute.
SQL> exec test_calendar_string('freq=minutely;
bysecond=1');
Next Run Date: 01-JAN-2004 03:05:01
Next Run Date: 01-JAN-2004 03:06:01
Next Run Date: 01-JAN-2004 03:07:01
Next Run Date: 01-JAN-2004 03:08:01
Next Run Date: 01-JAN-2004 03:09:01
PL/SQL procedure successfully completed. |