Why using submit procedure instead change?
Situation:
1. Open any job for editing. ("Apply" disabled)
2. Add a space before the text in "Interval" TextBox. ("Apply" activated)
3. Press "View SQL". There is script using dbms_job.change. It's correct.
4. Press "View SQL" again and "Refresh" to return values in the original state.
5. Add a space after the text in "Interval" TextBox. ("Apply" activated)
6. Press "View SQL". There is script using dbms_job.submit. And if I'll press "Apply" will be new job. Why???
Situation:
1. Open any job for editing. ("Apply" disabled)
2. Add a space before the text in "Interval" TextBox. ("Apply" activated)
3. Press "View SQL". There is script using dbms_job.change. It's correct.
4. Press "View SQL" again and "Refresh" to return values in the original state.
5. Add a space after the text in "Interval" TextBox. ("Apply" activated)
6. Press "View SQL". There is script using dbms_job.submit. And if I'll press "Apply" will be new job. Why???