Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: How to send a mail in PL/SQL

Re: How to send a mail in PL/SQL

From: <twod_at_not.valid>
Date: 1997/05/26
Message-ID: <5mb5uc$qf2$3@vnetnews.value.net>#1/1

David Richardson (drichardson_at_all-4-one.com) wrote:
: So how does using DBMS_PIPES get you out to the operating system
: level???? I just don't see it

You have a listener/daemon, written in a language such as Pro*C/Oraperl/foo that attaches to the pipe and reads the messages sent down it. The listener then does the required action(s) (ie forks a process that does the emailing).

IAP

--
In an attempt to reduce junk email I use an invalid 'From' address.
My correct email address can can be determined by replacing 'not.valid' with 
'value.net'
Received on Mon May 26 1997 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US