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: [HELP]How can I call external function/programs using PL/SQL?

Re: [HELP]How can I call external function/programs using PL/SQL?

From: Sean <dolans_at_my-deja.com>
Date: Tue, 21 Mar 2000 13:18:46 GMT
Message-ID: <8b7srb$757$1@nnrp1.deja.com>


Check out the technet article:
http://technet.oracle.com/sample_code/tech/pl_sql/htdocs/extproc_c.txt

You basically build a DLL (in the NT environment for example) and call it through your PL/SQL code.

Good Luck.

In article <38D73D96.E8EDF51E_at_vtc.edu.hk>, Patrick Lo <cylo_at_vtc.edu.hk> wrote:
> Hi,
>
> I would like to call the 'sendmail' unix command under a PL/SQL
program
> with some parameters input to the unix command.
>
> Can any how I can call external function/programs using PL/SQL?
>
> Thanks.
>
> --
> Patrick Lo
>
>

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Tue Mar 21 2000 - 07:18:46 CST

Original text of this message

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