Search code examples
javaspringoracle-databasequartz-scheduler

Trigger a quartz job from database and not xml


How can I trigger a job from oracle database instead of configuring it in an xml file.


Solution

  • You just need to use a JDBCJobStore.

    You can find the DDL-statmenets to create all required tables in the folder docs within your quartz-distribution.