Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: DBMS_JOBs don't start
A copy of this was sent to swaczin_at_wmd.de (Helmut Swaczinna)
(if that email address didn't require changing)
On 6 May 1998 20:38:35 GMT, you wrote:
>Hi,
>
>I want to execute a stored procedure periodicly using the
>DBMS_JOB package. But the job doesn't run after submitting
>it with DBMS_JOB.SUBMIT. Only when I run it once manually with
>DBMS_JOB.RUN it continues to run at the specified intervall.
>I tried this with Oracle 7.3.4 under NT.
>
>Any idea?
>
commit it. you can see the job but the job queue cannot see it until you commit it. dbms_job.run does a commit and hence 'fixes' the problem....
[snip]
>
Thomas Kyte
tkyte_at_us.oracle.com
Oracle Government
Herndon VA
http://govt.us.oracle.com/ -- downloadable utilities
Anti-Anti Spam Msg: if you want an answer emailed to you, you have to make it easy to get email to you. Any bounced email will be treated the same way i treat SPAM-- I delete it. Received on Wed May 06 1998 - 20:10:45 CDT
![]() |
![]() |