Day: August 24, 2009

Custom repeat_interval for dbms_scheduler

Nothing fancy today, just a simple test case regarding the subject line 🙂 create or replace function mytime return date as begin return sysdate + 5 / 1440; end; / create table foo (c date); create or replace procedure test_interval…