variable a number;
begin
  dbms_job.submit(:a,'过程',trunc(sysdate)+1/24*3.5,'trunc(sysdate)+1+1/24*3.5');
  submit;
end;--每天凌晨3点半运行,次日不会受到时间的推移影响。