是为了自己使用方便的_
begin
sys.dbms_job.submit(job => :job,
what => 'begin
bym_test1(1,2);
end;',
next_date => to_date('23-10-2019 16:32:02', 'dd-mm-yyyy hh24:mi:ss'),
interval => 'TRUNC(sysdate) + 1 +16/ (24)');
commit;
end;
/

相关文章:

  • 2022-12-23
  • 2021-10-04
  • 2022-03-03
  • 2021-06-19
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-19
  • 2022-02-07
  • 2021-12-30
  • 2021-09-10
  • 2021-11-15
相关资源
相似解决方案