| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
|  |  | |||
Home -> Community -> Mailing Lists -> Oracle-L -> Re: ORA-29278: SMTP transient error: 421 Service not available
Does the smtp server in the Internet Information Server of Windows xp work?after start that smtp server,I add the following line:
SMTP_OUT_SERVER=localhost
at the end of the file init.ora ,am i correct adding the SMTP_OUT_SERVER parameter in this way?
But it still does not work! Any idea?
Well you need some service capable of sending out emails - i dont know, but i doubt windows xp comes with such a service.
Then you can set the init.ora parameter smtp_out_server to the ip address (and optionally :port if you change the default of 25 during installation of your service) of that smtp service
Stefan
On 7/27/06, xiaoyan <xiaoyezi.xyz_at_163.com> wrote:
      Are you referencing to the smtp_out_server parameter in the init.ora?Do I have to setup another  smtp server software and set the  the ip address of my computer as the value of smtp_out_server parameter  or just set the ip address of another smtp server?
       
Try to set smtp_out_server parameter to a valid smtp server
Stefan
On 7/27/06, xiaoyan <xiaoyezi.xyz_at_163.com > wrote:
      Hi,all
      When I try to use UTL_SMTP package to send mail,I got the following error:
      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 "SEC_SYSTEM.DEMO_MAIL", line 240
      ORA-06512: at "SEC_SYSTEM.DEMO_MAIL", line 118
      ORA-06512: at "SEC_SYSTEM.DEMO_MAIL", line 104
      ORA-06512: at "SEC_SYSTEM.MAILTEST", line 3
      ORA-06512: at line 2
      Then,where is the problem? Thank you in advance! 
-- http://www.freelists.org/webpage/oracle-lReceived on Thu Jul 27 2006 - 07:17:24 CDT
|  |  |