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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Fixed_date and dbms_job

RE: Fixed_date and dbms_job

From: Jacques Kilchoer <Jacques.Kilchoer_at_quest.com>
Date: Thu, 13 Mar 2003 15:39:13 -0800
Message-ID: <F001.00569BC0.20030313153913@fatcity.com>


After calling dbms_job.submit, did you issue a commit?

> -----Original Message-----
> From: Kader Ben [mailto:kaderb_at_yahoo.com]
>
> I'm simulating the date in future with fixed_date.
> I wrote procedure to be called every seconde through
> dbms_job to increment the fixed_date.
>
> I did that dbms_job.submit(:job_num, 'myprocedure;',
> sysdate, 'sysdate');
>
> the dba_jobs table show me the right interval un
> next_date:
>
>
> BROKEN ST_DATE LAST_SEC NEXT_DATE NEXT_SEC INTERVAL
> N 13-JUN-03 00:00:00 13-JUN-03 17:50:06 sysdate
>
> And the sysdate is:
> 13-JUN-2003 17:50:06
>
> But the job never execute.

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Jacques Kilchoer
  INET: Jacques.Kilchoer_at_quest.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Thu Mar 13 2003 - 17:39:13 CST

Original text of this message

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