PL/SQL (MOSC)

MOSC Banner

help with UTL_MAIL

edited Jun 22, 2011 7:29AM in PL/SQL (MOSC) 4 commentsAnswered
DB version: 11.2.0.1.0 OS version: RHEL 5 (x86-64)

SQL> sho user
USER is "SYS"

SQL> exec sys.UTL_MAIL.SEND(sender=>'abc@xyz.com', recipients=>'abc@xyz.com', subject=>'Test', message => 'This is a test');

*
ERROR at line 1:
ORA-29278: SMTP transient error: 421 Service not available
ORA-06512: at "SYS.UTL_MAIL", line 654
ORA-06512: at "SYS.UTL_MAIL", line 671
ORA-06512: at line 1

smtp_out_server parameter has been already set, any thoughts on how to solve this?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center