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

Thread: job_scheduler

  1. #1
    Join Date
    May 2008
    Posts
    5

    Exclamation job_scheduler

    Dear Seniors I need to schedule the following job
    -------------------------------------------------------------------
    declare
    a varchar2(10);
    begin
    dbms_job.submit(:x,'post_phr_transactions.process_phr_posting;',trunc(sysdate)+11/24,'add_months(trunc(sysdate),1)+11/24');
    end;
    -------------------------------------------------------------------
    Please help me how to schedule this job in oracle 10g on solaris 10

    With Kind Regards
    Kamal

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    so what is the problem you are having?

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