I have created a new oracle instance and imported a schema consisting of schedular jobs in it. The import was successfull but the jobs are not running automatically. I can run the job manually by exec dbms_job.run(<job no>)
.
The NEXT DATE
of the job gets updated after running the job manually but the job does not run automatically.
What can be the reason for the issue and how can we resolve the same?
↧
Oracle jobs not running
↧