Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> dbms_job problem
Hello !
We've got two databases
Test 8.1.6.0.0 (where I have dba access) with Windows NT 40 SP6 prod 8.1.7.2.0 (where I don't have dba access) some kind of Unix (Idon't know...)
I submit my job with the following procedure :
Procedure zz_job_start is
jobno number;
BEGIN
dbms_job.submit(jobno,'STAMM_AUFTRAEGE_ABARBEITEN;',
sysdate,'sysdate + (1/(30*24))'); -- alle 2 MinutenEXCEPTION WHEN others THEN
I can start the job with dbms_job.run, then the job works correct, but it doesn't run the next time...
Has anyone a hint what I can do ?
Rgds
Dirk Received on Tue Feb 04 2003 - 03:25:05 CST
![]() |
![]() |