Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: DBMS Job not running (time change)

Re: DBMS Job not running (time change)

From: <David.E.M...._at_gmail.com>
Date: 8 Feb 2006 09:26:01 -0800
Message-ID: <1139419561.053618.320270@g47g2000cwa.googlegroups.com>


You say option D but how do I do this? The parameters in the dbms job submit function are of type date. Is there a way to trick it to only look at the seconds and not the hours and minutes?

Anyway, I implemented option A, here it is:

  IF l_job_rec.next_date > (sysdate+1/1440) THEN

Received on Wed Feb 08 2006 - 11:26:01 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US