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: Any E-mail service on OAS using WEBPL?

Re: Any E-mail service on OAS using WEBPL?

From: Tom Zamani <tomz_at_redflex.com.au>
Date: Mon, 20 Mar 2000 09:47:18 +1100
Message-ID: <8b3lsj$448$1@perki.connect.com.au>


You need to use External Procedure.
Write a C program which make a call to system function (sendmail in UNIX) then you need to create a shared object for the C module. when you do that you can call the object from PLSQL. How ever there are more into it,

1- configure the DB for external Calls.
2- creat a library
3- write PLSQL Wrapper function.

Tom

Patrick Lo <cylo_at_vtc.edu.hk> wrote in message news:38D185DA.960AD092_at_vtc.edu.hk...
> Hi,
>
> Is it possible for me to write a WEB/PL (PL/SQL) procedure to send
> e-mails on Oracle Application Server? If not, how can I archieve this?
>
> Thanks a lot.
>
> --
> Patrick Lo
>
>
Received on Sun Mar 19 2000 - 16:47:18 CST

Original text of this message

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