Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: JOB will not start at defined time !
In article <3CEB8ECF.3080005_at_WPM-Ingenieure.de>, Armin says...
>
>Hi Newsgroup,
>I have a JOB in a JOB-Queue and it will not start at defined time.
>If I start the JOB with " dbms_job.run(<jobnumber>); "
>the JOB works fine and the new starttime is set in the JOB-Queue.
>But at the the new starttime nothing happens,WHY.......????
>
>Is there a switch or parameter in ORACLE ?
>
>ALTER SYSTEM DISABLE RESTRICTED SESSION is done.
>
>What went wrong.... i donīt know....
>I feel so helpless.......
>
have you set the init.ora parameters
job_queue_processes
job_queue_interval
?
do you do a commit after scheduling the job (the job will not run for the first time until you commit)
>Thanks in advance
>
>Armin
>
-- Thomas Kyte (tkyte@oracle.com) http://asktom.oracle.com/ Expert one on one Oracle, programming techniques and solutions for Oracle. http://www.amazon.com/exec/obidos/ASIN/1861004826/ Opinions are mine and do not necessarily reflect those of Oracle CorpReceived on Wed May 22 2002 - 07:35:23 CDT
![]() |
![]() |