Re: Does Oracle Job cost a lot of System resource?
- From: "***" <tingjun.li@xxxxxxxxx>
- Date: 29 Jun 2006 18:22:46 -0700
Oxnard 写道:
"***" <tingjun.li@xxxxxxxxx> wrote in message
news:1151593943.173850.207730@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
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.
no
What about running 80 jobs (or more)? Is there maximum number?
.
- Follow-Ups:
- Re: Does Oracle Job cost a lot of System resource?
- From: Michał Kuratczyk
- Re: Does Oracle Job cost a lot of System resource?
- References:
- Does Oracle Job cost a lot of System resource?
- From: ***
- Re: Does Oracle Job cost a lot of System resource?
- From: Oxnard
- Does Oracle Job cost a lot of System resource?
- Prev by Date: Re: Does Oracle Job cost a lot of System resource?
- Next by Date: Re: Where to get oracle patch 9.2.0.4 and 9.2.0.5
- Previous by thread: Re: Does Oracle Job cost a lot of System resource?
- Next by thread: Re: Does Oracle Job cost a lot of System resource?
- Index(es):