DBAsupport.com Forums - Powered by vBulletin
Results 1 to 5 of 5

Thread: Interval of DBMS_JOB

  1. #1
    Join Date
    Apr 2002
    Posts
    73

    Interval of DBMS_JOB

    I have a dbms_job to syn. the intermedia text change and like to change the interval for job to wake up anytime when there are the entries in ctx_pending area, how should I change the interval for the following statement and also do I need to change any parameters in init.ora.

    dbms_job.submit( job=>v_job, what=>'i_doc_sync;', next_date=>sysdate,
    interval=>'sysdate+1/24');

  2. #2
    Join Date
    Aug 2002
    Location
    Colorado Springs
    Posts
    5,253
    change the interval to what?

    Presumably you'd have a trigger on this ctx_pending thing, i guess.
    David Aldridge,
    "The Oracle Sponge"

    Senior Manager, Business Intelligence Development
    XM Satellite Radio
    Washington, DC

    Oracle ACE

  3. #3
    Join Date
    Apr 2002
    Posts
    73
    Can I set interval to null? what I want dbms_job to run the process anytime.

  4. #4
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    keep on dreaming

  5. #5
    Join Date
    Aug 2002
    Location
    Colorado Springs
    Posts
    5,253
    Trigger, then, calling DBMS_JOB.RUN()
    David Aldridge,
    "The Oracle Sponge"

    Senior Manager, Business Intelligence Development
    XM Satellite Radio
    Washington, DC

    Oracle ACE

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width