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

Thread: Oracle Jobs

  1. #1
    Join Date
    Dec 2000
    Posts
    4
    Hi: How to handle jobs in Oracle..? What is it though?
    Thx..

  2. #2
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    The feature you are looking for is the DBMS_JOB functionality. You can read more about it at:
    [url]http://technet.oracle.com/docs/products/oracle8i/doc_library/817_doc/server.817/a76956/jobq.htm#75[/url]

    and

    [url]http://technet.oracle.com/docs/products/oracle8i/doc_library/817_doc/appdev.817/a76936/dbms_job.htm[/url]

    Basically, you have to setup a couple of init.ora parameters to turn on the job queues and then submit the jobs you want to run. There is an excellent discussion in Oracle Built-in Packages by Steven Feuerstein.
    Jeff Hunter

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