Hello,
My oracle database version is Oracle 10g 10.2.0.4. I have created a few dbms_jobs with interval = 'trunc(sydate) + 1'. How do i interpret the value in the interval column into the actual date value? For example, if the job is running today 08/14/2013, trunc(sysdate) + 1 results in 08/15/2013 and 08/15/2013 is the value I want through a pl/sql program. Any ideas?
Thanks.