Delete it with dbms_job.remove() and run in SQL*Plus:
variable jobno number;
begin
dbms_job.submit(:jobno,'owner.proc();',trunc(sysdate) + 10/1440,'trunc(sysdate+1) + 10/1440');
commit work;
end;
/
|
Results 1 to 10 of 15
Thread: dbms_jobThreaded View
|
Click Here to Expand Forum to Full Width |