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: Send E-mail from PL/SQL

Re: Send E-mail from PL/SQL

From: Dyou98 <dyou98_at_aol.com>
Date: 15 Sep 1998 03:37:12 GMT
Message-ID: <1998091503371200.XAA02143@ladder01.news.aol.com>


If you are running Oracle 8 you can write a shared library to send your email, and call it from you PL/SQL code. If your database runs under Windows you need to create a dll. Either way you will need to set up a callout listener to access the library. This is documented in Oracle 8 mannuals.

>Subject: Send E-mail from PL/SQL
>From: Karsten Weikop <karsten_at_isa.dknet.dk>
>Date: 9/14/98 2:41 PM Central Daylight Time
>Message-id: <35FD7154.A5B0C566_at_isa.dknet.dk>
>
>I'm using Oracle Web Application Server 3.0. I use the PL/SQL cartridge
>and want to send E-mail's from within a package/procedure to a POP3
>server.
>
>Is there any way to do this?
>
>I'm using Sun Solaris on Sparc or Intel.
>
>
>Thanks in advance
>
>Karsten Weikop
>Make IT
>Denmark
>
>E-mail: karsten_at_weikop.dk
>Phone: +45 26 16 06 06
>
>
Received on Mon Sep 14 1998 - 22:37:12 CDT

Original text of this message

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