Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to SPAWN PL/SQL , NEW PROBLEM
> Hi,
>
> remember the trailing semicolon in the "what" argument (ie
> 'shop.se_cart_autoclear;').
>
> Cheers,
>
> Finn
>
Thank you very much,
Official exapmle from DBMS_JOB.SQL by Oracle:
execute dbms_job.submit(:x,'pack.proc(''arg1'')',sysdate,'sysdate+1');
Bye
![]() |
![]() |