DBMS_SCHEDULER restartable after scheduled reboot?
Oracle 11.2.0.2Linux
If I set a job to be restartable in DBMS_SCEHDULER and I reboot the server intentionally (but do not shutdown the database prior) will my job restart on reboot after database start up? I see that unexpected server shutdowns and killing a thread will cause it to restart - I assume that includes planned restarts?
Thanks in advance!
0