Oracle Timer ____oracle

Source: Internet
Author: User
Tags time interval


No output parameters:

Declare
Jobno number;
Begin
Dbms_job.submit (
Jobno,
What => ' sp_alert_info; '--sp_dayend as the name of the stored procedure
--interval => ' TRUNC (sysdate) + 1 + 17/(24) '--Define time interval
Interval => ' TRUNC (sysdate, ' mi ') + 10/(24*60) '
);
Commit
End

There are output parameters:

Declare
Jobno number;
Begin
Dbms_job.submit (
Job => Jobno,
What => ' declare v_errorcode number;v_errordesc varchar (sp_mer_sync), begin p_workdate => To_char YyyyMMdd '),
P_errorcode => V_errorcode,
P_errordesc => V_errordesc)
; End; ',--Sp_mer_sync is the name of the stored procedure
--interval => ' TRUNC (sysdate) + 1 + 17/(24) '--Define time interval
Interval => ' TRUNC (sysdate+1) + 05/(24) '
);
Commit
End



Check

Select Job,last_date,last_sec,next_date,next_sec,broken,failures from Dba_jobs;

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.