Jobs submitted via SCHEDULER stopped working
Hi
We are using DBMS_SCHEDULER on our 10.2.0.4 database on HP Open VMS 8.3
All the jobs we created are EXECUTABLE in nature
The jobs have been running fine for over a year but all of a sudden they have stopped running
There is nothing wrong with the script (.com files) that is defined in the job and we can manually run the script and it runs fine.
We can also run the job manually using --> EXEC dbms_scheduler.run_job('ORA_TS_MONITOR');
and it runs fine
Here is one of the jobs that we had defined and that has stopped running
We are using DBMS_SCHEDULER on our 10.2.0.4 database on HP Open VMS 8.3
All the jobs we created are EXECUTABLE in nature
The jobs have been running fine for over a year but all of a sudden they have stopped running
There is nothing wrong with the script (.com files) that is defined in the job and we can manually run the script and it runs fine.
We can also run the job manually using --> EXEC dbms_scheduler.run_job('ORA_TS_MONITOR');
and it runs fine
Here is one of the jobs that we had defined and that has stopped running
0