Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to send a mail in PL/SQL
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
![]() |
![]() |