Re: Oracle job is not running
Posted by ErmanArslansOracleBlog on Sep 06, 2017; 7:05pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Oracle-job-is-not-running-tp3400p3409.html
Why don't you use FREQ=DAILY; BYHOUR=17;
What is the state of the job?
SELECT JOB_NAME, STATE FROM DBA_SCHEDULER_JOBS;