Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> DBMS_JOB question
Hi All,
I have scheduled a job to run every 5 seconds (set the job interval to 5 seconds
as well)
It runs fine but only every 10 seconds. This procedure it's calling shouldn't be
taking more than 1 second (do a couple of basic selects and append the output
through utl_file to a unix file)
anybody have any ideas how I can execute this every 5 seconds
***********************************************8
10:47:14 17-PIVT-JACK> /
JOB LAST_SEC NEXT_SEC TOTAL_TIME B FAILURES --------- -------- -------- ---------- - --------- 1 10:47:08 10:47:13 0 N 0
10:47:15 17-PIVT-JACK> /
JOB LAST_SEC NEXT_SEC TOTAL_TIME B FAILURES --------- -------- -------- ---------- - --------- 1 10:47:08 10:47:13 0 N 0
10:47:16 17-PIVT-JACK> /
JOB LAST_SEC NEXT_SEC TOTAL_TIME B FAILURES --------- -------- -------- ---------- - --------- 1 10:47:18 10:47:23 0 N 0
10:47:17 17-PIVT-JACK> /
**************************************************8
As you can see Oracle wants to execute every 5 seconds but only executes every 10
TIA Jack
![]() |
![]() |