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!

Issue in Sending Email

upenMay 13 2024

Hi

I am getting error, when validate the below email configuration.

BEGIN
    APEX_INSTANCE_ADMIN.VALIDATE_EMAIL_CONFIG;
END;
/
ORA-28759: failure to open file 
ORA-06512: at "SYS.UTL_TCP", line 63 
ORA-06512: at "SYS.UTL_TCP", line 314 
ORA-06512: at "SYS.UTL_SMTP", line 177 
ORA-06512: at "SYS.UTL_SMTP", line 201 
ORA-06512: at "APEX_230200.WWV_FLOW_MAIL", line 1300 
ORA-06512: at "APEX_230200.WWV_FLOW_MAIL", line 2656 
ORA-06512: at "APEX_230200.WWV_FLOW_INSTANCE_ADMIN", line 1882 
ORA-06512: at line 2

I am using on-prim Oracle XE

Regards,

Upendran

This post has been answered by Zoltán on May 14 2024
Jump to Answer
Comments
Post Details
Added on May 13 2024
6 comments
294 views