Significance of Restart Mode in Concurrent Program in R12.2.13 version
We are upgrading from Oracle R12.2.3 to R12.2.13 version , while reviewing concurrent program feature we got to know restart mode is introduced in this upgraded version with 4 values - Unknown,Manual , Restartable and Resumable. I do have queries in the same context.
- How this restart mode option is different from early releases option ' Restart on Failure' checkbox [values - Y/N]
- While reviewing the concurrent programs in upgraded vesion , it has automatically decided values of restart mode and there are few with restart mode as NULL as well. How system decided during upgrade which restart mode should get assigned to particular program as earlier mostly programs was having that 'Restart on Failure' checkbox checked.