Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> DBMS_JOB question

DBMS_JOB question

From: Jack van Zanen <nlzanen1_at_ey.nl>
Date: Thu, 27 Apr 2000 11:07:57 +0100
Message-Id: <10480.104266@fatcity.com>


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



De informatie verzonden met dit E-mail bericht is uitsluitend bestemd voor de geadresseerde. Gebruik van deze informatie door anderen dan de geadresseerde is verboden. Openbaarmaking, vermenigvuldiging, verspreiding en/of verstrekking van deze informatie aan derden is niet toegestaan. Ernst & Young staat niet in voor de juiste en volledige overbrenging van de inhoud van een verzonden E-mail, noch voor tijdige ontvangst daarvan.

The information contained in this communication is confidential and may be legally privileged. It is intended solely for the use of the individual or entity to whom it is addressed and others authorised to receive it. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution or taking any action in reliance on the contents of this information is strictly prohibited and may be unlawful. Ernst & Young is neither liable for the proper and complete transmission of the information contained in this communication nor for any delay in its receipt.
Received on Thu Apr 27 2000 - 05:07:57 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US