Answers for "oracle start job"

SQL
1

oracle start job

BEGIN
    DBMS_SCHEDULER.RUN_JOB(JOB_NAME => 'scheme.job_name', 
                           USE_CURRENT_SESSION => FALSE);
END;
Posted by: Guest on April-21-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language