declare job1 number;begin job1:=33; dbms_job.submit(job1,'p_update_callback_timelimit;',sysdate,'sysdate+1' ); end;/
备注:必须保证存储过程存在的情况下