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: Scheduling a job using DBMS_JOB package

Re: Scheduling a job using DBMS_JOB package

From: thor hw <thor_at_echidna.net>
Date: 1998/02/23
Message-ID: <1998Feb23.150311.9949@vmsmail.gov.bc.ca>#1/1

You need to have the SNP processes running. Add

    snapshot_refresh_processes=2
to your init*.ora file.

Thor HW
Tansel Ozkan wrote in message <34F1C84B.64BB_at_openix.com>...
>Hello everyone,
>
>I am trying to schedule a job using the DBMS_JOB package.
>In the help file, I read the following.
>
>-- NEXT_DATE is the date at which the job will next be automatically
>run,assuming there are background processes attempting to run it.
> ********************
>
>What is meant by 'background processes'? How do these processes start?
>Are there any special operations that we have to perform before we can
>use the DBMS_JOB package?
>
>Thanks..
>
>Tansel
Received on Mon Feb 23 1998 - 00:00:00 CST

Original text of this message

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