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: Sending mail from a SP

Re: Sending mail from a SP

From: Hugues PARVILLERS <hparvillers_at_agdf.com>
Date: Mon, 11 Oct 1999 16:19:52 +0200
Message-ID: <3801F208.794D2E17@agdf.com>


If I can,

to load a java class in Oracle 8i can be considerer as pure Oracle even if it is not pure PL/SQL.
But also, you can have a pure PL/SQL interface to call this pure Oracle functionnality !

Rgds
H.P

Ole Christian Meldahl a écrit :

> Xuequn Xu wrote:
>
> > If you went through Oracle's PL/SQL training material, it says that there
> > is a package called DBMS_MAIL. But I cannot find it... (I happened to have
> > the same question as you do).
> >
> > Robert Xu
> >
>
> DBMS_MAIL send mail via Oracle*Office. A pure PL/SQL solution requires use of
> sendmail or eqv. from the outside of database.
>
> You can do this:
> Create files containing emails using DBMS_FILE. Have a cron-job check a given
> directory and send the files at a given interval.
>
> DejaNews has a bunch of articles on this.
>
> ole c

--
Salutations.

H/Parvillers
Dir. Projet
AGDF S.A. Mob 06 81 59 25 03 Received on Mon Oct 11 1999 - 09:19:52 CDT

Original text of this message

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