Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Help with DBMS_JOB

Re: Help with DBMS_JOB

From: rkajda <rkajda_at_ComArch.pl>
Date: Mon, 07 Dec 1998 16:10:05 GMT
Message-ID: <366BFDCA.638F07A4@ComArch.pl>


try this

> variable x number;
> Begin
> dbms_job.submit(:x, 'schema_name.TESTING;' ,sysdate,'sysdate + 1/24');
> end;
> /
>
Received on Mon Dec 07 1998 - 10:10:05 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US