Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Lazy dbms_job
Job processes are doing nothing else.=20
Yes, we thought about an infinite loop; trying to find less resource
intensive solution.
If it terminates/restarts that there would be a gap again. It must be
responsive -
this is application background processing.=20
rm.
On 4/21/05, Knight, Jon <jknight_at_concordefs.com> wrote:
> From my observations, it takes some time for the Oracle dbms_job processe=
s
> to kick off your job if they're busy with something else. That's probabl=
y
> where your delay is coming from. One workaround would be a job that runs
> continually in a loop and executes the 3 procedures ASAP. I don't know t=
hat
> it's advisable to let a job run forever, so you could have the loop
> terminate itself every 5 minutes or so to give the database a chance to
> "breath".
>=20
>=20
>=20
>=20
>=20
>=20
>=20
>=20
>=20
-- http://www.freelists.org/webpage/oracle-lReceived on Thu Apr 21 2005 - 11:02:23 CDT
![]() |
![]() |