Login  Register

Re: schedule rename partitions

Posted by ErmanArslansOracleBlog on Sep 12, 2017; 10:43am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/schedule-rename-partitions-tp3462p3464.html

remove the "execute" from there, Try with the following:

BEGIN
DBMS_SCHEDULER.RUN_JOB('job_mobiledata');
END;