Login  Register

Re: schedule rename partitions

Posted by Roshan on Sep 12, 2017; 12:27pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/schedule-rename-partitions-tp3462p3469.html

The syntax was wrong. Now it is ok

SQL> BEGIN
  DBMS_SCHEDULER.RUN_JOB(
    JOB_NAME            => 'mobiledataJ'
,
    USE_CURRENT_SESSION => FALSE);
END;
/  2    3    4    5    6    7

PL/SQL procedure successfully completed.

https://docs.oracle.com/html/E25494_01/scheduse002.htm#i1021522