I've got a _dbms\_scheduler_-Job running in Oracle 10.2.0. When I change the system date back to yesterday, the job will wait for one day to continue its work. The reason for this is that _next\_run\_date_ does not change. Any suggestions on how to keep my job running with the configured interval (without having it to change manually)?