DBMS_JOB [message #136162] |
Tue, 06 September 2005 08:14 |
SaraC
Messages: 81 Registered: August 2005
|
Member |
|
|
Hi can anyone help
I have submitted an Oracle job using DBMS_JOB.SUBMIT(..) but the job does not run. The code I want to run as a job has updates to tables so I know they are not happening.
I can run the job manually using DBMS_JOB.RUN(..) and the tables are updated but doesnt seem to work on the SUBMIT .
Any ideas why this is not working. The package with the code is owned by the user trying to subnmit/create the job if thats any help...
Thanks
Sara
|
|
|
|
|
Re: DBMS_JOB [message #136270 is a reply to message #136162] |
Wed, 07 September 2005 03:43 |
SaraC
Messages: 81 Registered: August 2005
|
Member |
|
|
Thanks for the advice.
I found the problem but forgot to post the solution up. You were right Frank - the JOB_QUEUE_PROCESSES was set to 0.
Thanks for replying anyway!
|
|
|