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 -> Does Oracle Job cost a lot of System resource?

Does Oracle Job cost a lot of System resource?

From: Dick <tingjun.li_at_gmail.com>
Date: 29 Jun 2006 08:12:23 -0700
Message-ID: <1151593943.173850.207730@p79g2000cwp.googlegroups.com>


Does Oracle Job cost a lot of System resources?

variable myjob number;
/

begin

    dbms_job.submit(:myjob,'pMovesheetTohistory(2, 2);',trunc(sysdate)+36/24,'trunc(sysdate)+36/24'); end;
/

begin

     dbms_job.run(:myjob);
end;
/

Or should I write a program to call my procedure daily, - our system is prepared to run for a very long time (maybe more than one year..)

Any links or clues are appreciated. Received on Thu Jun 29 2006 - 10:12:23 CDT

Original text of this message

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