I have various jobs scheduled to run at different times within Toad (Jobs tab in Schema Browser). I've noticed that some of my jobs do not start exactly when they are supposed to start. For example, a job scheduled to run at 7:00am (trunc(sysdate+1) + 7/24) are kicking off at 7:20 or later. Do you know what might be causing this and/or how I could resolve it?
When it comes to the jobs in the Jobs tab, Toad does not really have anything to do with running them. Basically, Toad gives you a GUI to assist in the managing of them and displays information about the jobs. The information it displays is queried from the sys.user_jobs view, using the following query.
© 2021 Quest Software Inc. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy