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: Calling an external dll from a pl/sql procedure

Re: Calling an external dll from a pl/sql procedure

From: Matthias Gresz <GreMa_at_t-online.de>
Date: 5 Aug 1998 05:29:31 GMT
Message-ID: <6q8qjr$lsd$1@news02.btx.dtag.de>


Hi,

AFAIK oracle 8 has the feature to call external programs via some external library declaration. With v7 you've got to code a daemon that listens for some commands from your PL/SQL-program. The communication between the two programs is set up via DBMS_PIPE.

tallury1_at_my-dejanews.com schrieb:
>
> I have been going through Oracle's documentation for registering an external
> program as a separate service but i have met with no success. Can someone help
> me on how to actually call a dll from a pl/sql stored procedure.
>
> Thanks
>
> -----== Posted via Deja News, The Leader in Internet Discussion ==-----
> http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum

--

Regards

Matthias Gresz :-)

--
Matthias.Gresz_at_Privat.Post.DE

          /|
         / |        
        /| |\
       /||  |\
      / O    |\         
     |        |\ Galopping Horse beats Running Man.
    /          |\
   /      /     |\
  /    __/|      |\
  \°   /  |       |\
   \/_/   |        |\


Received on Wed Aug 05 1998 - 00:29:31 CDT

Original text of this message

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