submit jobs

From: Andreas Schwaiger <andreas.schwaiger_at_strasser.at>
Date: Thu, 18 Nov 1999 13:29:18 +0100
Message-ID: <3833f228.0_at_news.kabsi.at>



[Quoted] hi all,

i want to run a procedure as a job in the background

i tried this:
[Quoted] DBMS_JOB.SUBMIT(jobno,proc_name,sysdate+1/(25*60)); nothing happens

then I tried this:
DBMS_JOB.SUBMIT(jobno,proc_name);
DBMS_JOB.RUN(jobno,true);

Now the procedure proc_name is running, but I have to wait until its finished.
Who can help me?

Andi Schwaiger
Austria Received on Thu Nov 18 1999 - 13:29:18 CET

Original text of this message