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: Replication

Re: Replication

From: Patrick Tan <ptan_at_atl.mindspring.com>
Date: 1997/06/13
Message-ID: <33A15CEA.5466@atl.mindspring.com>#1/1

Create another job in job_queue that will run DBMS_JOB(job id of DBMS_DEFER_SYS.EXECUTE , FALSE) that run once an hour to unbroken your DBMS_DEFER_SYS.EXECUTE job. When a job in job queue fail for 16 times it will becaome broken and this is not configurable. You just have to constantly run this unbroken procedure to unbroken the job.

Patrick Tan Received on Fri Jun 13 1997 - 00:00:00 CDT

Original text of this message

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