Good
Mario Measic, April 03, 2017 - 7:36 am UTC
Thank you, Connor.
A reader, May 06, 2020 - 1:27 pm UTC
Thank you so much
SHOW
fbuss, July 07, 2020 - 12:13 am UTC
July 07, 2020 - 5:55 am UTC
...me the money?
Same issue with DBA_JOBS
Samir Pophalkar, February 15, 2022 - 7:10 am UTC
>select * from dba_jobs_running;
SID JOB FAILURES LAST_DATE LAST_SEC THIS_DATE THIS_SEC INSTANCE
---------- ---------- ---------- --------- -------- --------- -------- ----------
35 660 0 15-FEB-22 09:19:11 15-FEB-22 09:19:11 0
2437 656 0 15-FEB-22 09:13:06 15-FEB-22 09:13:06 0
3053 659 0 15-FEB-22 11:10:39 15-FEB-22 11:10:39 0
3049 657 0 15-FEB-22 09:19:17 15-FEB-22 09:19:17 0
414 658 0 15-FEB-22 11:52:51 15-FEB-22 11:52:51 0
482 0 14-FEB-22 12:44:29 14-FEB-22 12:44:29 0
>select sid from dba_jobs_running where job=482;
SID
----------
above job 482 is showing running with no SID. Hence further execution of this job is not happening. How to release this job from dba_jobs_running, so that next execution will happen automatically
February 16, 2022 - 12:09 am UTC
Is this 19c? If it is, then "old style" jobs are silently being managed as scheduler jobs, so the same soluition might apply.