Re: DBMS_JOB ?

From: Maris Gabalins <mg_at_it.lv>
Date: 1997/07/06
Message-ID: <33BED808.183E_at_it.lv>#1/1


Bryan Dollery wrote:
>
> Hi,
>
> I'm attempting to use DBMS_JOB from PL/SQL 2.1.6 on Oracle Server 7.1.3.
>
> The package exists, I can use it to submit, and remove jobs, and these
> jobs are visible through the DBA_JOBS view. I can even run a job,
> explicitly.
>
> However, the jobs don't run on schedule, infact they wont run at all,
> unless forced to explicitly. I have run tests in which the scheduled
> time is set an hour into the future, and the job won't run. I have,
> after this time, forced the job to run using the RUN procedure, and it
> works fine.
>
> The job isn't broken, and no failures are recorded. My DBA informs me
> that the server logs showed some cryptic space error messages around the
> time my jobs were due to execute, but I would have expected the failure
> flag to be set if the job failed to run, or complete.
>
> Anyway, I am performing simple tests on the service at the moment, they
> run a routine which simply inserts a count and timestamp into a table
> created solely for the purpose of these tests. I have run the routine by
> hand, and it works.
>
> Can anybody throw somw light on my problems?
>

Ask your DBA to set init parameters which sets the number of job queue processing processes to something higher than 0.

Sincerely
Maris Gabalins Received on Sun Jul 06 1997 - 00:00:00 CEST

Original text of this message