Oracle 12c DBMS_SCHEDULER EMAIL NOTIFICATION not send
Hi Experts,
Oracle : Enterprise Edition Release 12.2.0.1.0 (also tried on Enterprise Edition Release 11.2.0.4.0)
I searched similar question but didn't find answers.
I was setting DBMS_SCHEDULER for notification can send email when scheduler_jobs are fail.
The Jobs was under regular schema such as scott for example.
This user was grant basic connection,resource , create job,type,view, execute DBMS_AQADM.
I installed utl_mail,utl_smtp and prvtmail.plb. The utl_mail,utl_smtp execution was grant to public and ACL principal is public also.
SMTP_OUT_SERVER can be ping,telnet (port 25). I did restart database after alter SMTP_OUT_SERVER parameter.