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

Thread: DBMS_JOB not working in Oracle 7.3.4

  1. #1
    Join Date
    Nov 2000
    Posts
    14

    Cool

    Dear all,
    I have submitted a job for executing a procedure every 1 hour, in Oracle 8 and 8i which gets executed sucessfully.
    But the same job submited in the my Oracle 7.3.4 database does not get executed.
    I have to explicitly give the run command to execute it, which does not serve the purpose of submitting the job.
    Do I have to make some settings in the parameter file or somewhere else to make the job run?





  2. #2
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    you have yo enable

    JOB_QUEUE_INTERVAL
    JOB_QUEUE_PROCESSES

    in init.ora

  3. #3
    Join Date
    Nov 2000
    Posts
    14
    thanx pando

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