Re: schedule rename partitions
Posted by ErmanArslansOracleBlog on
URL: http://erman-arslan-s-oracle-forum.114.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;