• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Running scheduled 'jobs' in OAS

 
Ranch Hand
Posts: 108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am using OAS 10g (OC4J) and have a need for 'jobs' to happen in the background at scheduled times.

These 'jobs', which are unrelated and function without interaction with each other, are :
1.) Retrieve relevant data from a table and export it to a flat file.
2.) Check data in the database and send emails to a list of recipients.

I am currently looking at using the open source J2EE job scheduler 'Quartz' by Opensymphony http://www.opensymphony.com/quartz/ .

Has anyone used this successfully in OAS?

If yes, were there any problems with configuration and/or deployment?

Thanks
Chris
 
Chris Brat
Ranch Hand
Posts: 108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Found better solution.

For anyone interested, OAS 10.1.3 has a new Scheduler feature for jobs that need to run at a scheduled time.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic