Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Schedule a procedure doesn't work ?
EXEC SYS.DBMS_JOB.SUBMIT (out_job_id, 'MyPack.MyProc(x) ;' , SYSDATE,
'SYSDATE + 1/24' );
In MyProc In put an insert so I could trace the job - BUT nothing happened
?? WHY ??
Did you commit it?
Is job_queue_processes set to more than zero?
hth,
Uli
Received on Fri Apr 20 2001 - 02:33:37 CDT
![]() |
![]() |