Hi,
I need to scheduler a job to send mail to the clients daily at 11am,2pm, & 5.30pm.
I have defined the job and gave the attributes as,
exec dbms_scheduler.set_attribute( name => 'PRD_USR.ADVT_SPACE_SUMMARY', attribute => 'repeat_interval', value => 'FREQ=DAILY;BYHOUR=11,14,17;BYMINUTE=0,0,30');
But my requirement is not achived, could you please help me on this.
Thanks,