declare   
job number;      
begin
sys.dbms_job.submit(job,'p_test;',sysdate,'sysdate+1/1440');
commit;
end;
/




相关文章: