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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Sending email using PL/SQL

Re: Sending email using PL/SQL

From: Peizhong Wu <wupz_at_engin.umich.edu>
Date: Tue, 16 Feb 1999 21:37:29 +0000
Message-ID: <36C9E519.F165C781@engin.umich.edu>


Hi, Chris

as I know, DBMS_PIPE is used for communication between differenct session within ORACLE, how does it handle email?

There is a package: DBMS_MAIL, it is said with Oracle Office, I do not know how it works and how to get it.

I am using Oracle 8.

Thanks

Peizhong

"Christopher M. Day" wrote:

> Peizhong,
>
> You can interact with your underlying OS using either DBMS_PIPE on
> Oracle7 or External Procedures on Oracle8. In Oracle8 it's much simpler
> to implement.
>
> Chris.
>
> Oracle PL/SQL Programming 2nd Edition has an example in.
>
> peizhong wu wrote:
> >
> > Hi,
> >
> > Does anyone know if we can send email using PLSQL? Do we have to use the
> >
> > package mentioned in the book? How can I get that package.
> >
> > Thanks
> >
> > Peizhong Wu
> > University of Michigan
Received on Tue Feb 16 1999 - 15:37:29 CST

Original text of this message

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