Tag:Job properties
-
Oracle database timing task DBMS_ The usage of job
1、 DBMS_ Knowledge points involved in job 1. Create a job: variable jobno number; dbms_ job.submit (: jobno, – job No ‘your_ Procedure; ‘, – – the stored procedure to be executed,’; ‘cannot be omitted next_ Date, – next execution time ‘interval’ – the interval time, in days ); – the system will automatically assign […]