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: External routine call from PL/SQL

Re: External routine call from PL/SQL

From: Finn Ellebaek Nielsen <fen_at_changegroup.dk>
Date: Sat, 26 Jun 1999 11:10:32 +0100
Message-ID: <7l25ed$ral$1@news.inet.tele.dk>


Gennady <gennadyb_at_halcosoftware.com> wrote in message news:3773c41a$0$6836_at_fountain.mindlink.net...
> Hello,
> Is it possible to create stored procedure in PL/SQL
> which calls an external executable or DLL routine written
> in Visual Basic?
> Please, if it is possible, give me an example.
> Thanks,
> Gennady

It is indeed. In Oracle7 you can use PLEX http://www.oracle.com/database/features/plsql/plexdoc_toc.html, in Oracle8 you use the feature called External Procedures. For examples on the latter, please have a look at http://www.oracle.com/oramag/oracle/99-Jan/19or8.html (UNIX) and http://technet.oracle.com/support/scr/content/471/471.htm (Windows NT).

HTH. Finn Received on Sat Jun 26 1999 - 05:10:32 CDT

Original text of this message

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