we have ORACLE 10.2.0.4 with CENTOS 4.4 on DELL server. Recently we are test "UTL_SMTP" on ORACLE PL?SQL program and tried to send MAIL to customers. The problem is this send MAIL program always one time work and second time not work (loop). I don't think problem come from ORACLE bug or any ORACLE relate problem. If I copy database and put on anyother server, it work correctly. Does anyone have suggestion? ====== sample event happen === Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production With the Partitioning, OLAP and Data Mining options SQL> @mailbody 31 . SQL> / Declare * ERROR at line 1: ORA-29278: SMTP transient error: 421 Service not available ORA-06512: at "SYS.UTL_SMTP", line 21 ORA-06512: at "SYS.UTL_SMTP", line 97 ORA-06512: at "SYS.UTL_SMTP", line 139 ORA-06512: at line 15
SQL> / PL/SQL procedure successfully completed. SQL> / Declare * ERROR at line 1: ORA-29278: SMTP transient error: 421 Service not available ORA-06512: at "SYS.UTL_SMTP", line 21 ORA-06512: at "SYS.UTL_SMTP", line 97 ORA-06512: at "SYS.UTL_SMTP", line 139 ORA-06512: at line 15
______________________________________________________________________________________________________ 付費才容量無上限?Yahoo!奇摩電子信箱2.0免費給你,信件永遠不必刪! http://tw.mg0.mail.yahoo.com/dc/landing
mcclnx mcc wrote:
The problem is this send MAIL program always one time work and second time not work (loop). I don't think problem come from ORACLE bug or any ORACLE relate problem. If I copy database and put on anyother server, it work correctly.  Does anyone have suggestion?
Seems like your local SMTP server is not functioning properly, check the mail logs.
nate
I did NOT see anything wrong on /var/log/maillog.
--- 08/6/26 (星期四),nate centos@linuxpowered.net 寫道:
寄件者: nate centos@linuxpowered.net 主旨: Re: [CentOS] send mail problem on ORACLE/LInux 收件者: centos@centos.org 日期: 2008 6 26 星期四 下午 12:33
mcclnx mcc wrote:
The problem is this send MAIL program always one time work and second time not work (loop). I don't think problem come from ORACLE bug or any
ORACLE
relate problem. If I copy database and put on anyother server, it work correctly.  Does anyone have suggestion?
Seems like your local SMTP server is not functioning properly, check the mail logs.
nate
_______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
______________________________________________________________________________________________________ 付費才容量無上限?Yahoo!奇摩電子信箱2.0免費給你,信件永遠不必刪! http://tw.mg0.mail.yahoo.com/dc/landing
mcclnx mcc wrote:
I did NOT see anything wrong on /var/log/maillog.
Can you telnet to localhost 25 and send a mail that way ?
e.g. [aphro@portal:~]$ telnet localhost 25 Trying 127.0.0.1... Connected to localhost.localdomain. Escape character is '^]'. 220 portal.aphroland.org ESMTP Postfix (Debian/GNU) helo portal.aphroland.org 250 portal.aphroland.org mail from: centos@linuxpowered.net 250 2.1.0 Ok rcpt to: centos@linuxpowered.net 250 2.1.5 Ok data 354 End data with <CR><LF>.<CR><LF> Subject: hello there testing email