8.2 Configure Scheduler Class

Configure the newly created scheduler class in “DIGX_CM_TIMER” table as per the following script.

Example:

Insert into digx_cm_timer
(TIMER_ID,TIMER_CLASS,SECONDS,MINUTE,HOUR,DAY_OF_WEEK,DAY_OF_MONTH,MONTH,YEAR,IS_ENABLED,IS_PESISTENT,
JVM_ID,CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATED_DATE,OBJECT_VERSION_NUMBER)
values ('ReportSchedulerTimer','com.ofss.digx.scheduler.report.ReportSchedulerImpl','0',
'*/15','*',null,null,null,null,'Y','N','1','ofssuser',sysdate,'ofssuser',sysdate,1);