Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

DBMS_SCHEDULER and email

Mr NeilJan 20 2016 — edited Jan 21 2016

I'm a bit confused with the Scheduler and email.

I have a Procedure that sends an email, just a simple one for testing purposes. This procedure runs and works fine.

I can set up a Schedule to run the above mentioned procedure and it fails. I know the scheduler works because I can change the procedure code to (for example) update a field in a table and this is successful.

I think my problem lies with the EMAIL_SERVER and EMAIL_SENDER attributes of the scheduler.

I don't understand how the procedure can send email successfully from and SQL window, or a APEX page, but it can't do it from being scheduled.

Also, I'm not sure what the effect is if I set the scheduler attributes (EMAIL_SERVER and EMAIL_SENDER). Will this affect only emails sent by the scheduler? (ie, will I break anything)

Oracle 11.2

Application Express 4.2.6.00.03

I'm not dba. I am workspace owner.

Thanks,

NT

This post has been answered by Mahmoud_Rabie on Jan 20 2016
Jump to Answer

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 18 2016
Added on Jan 20 2016
3 comments
864 views