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: Perl Scripts as External Procedures

Re: Perl Scripts as External Procedures

From: <michael_bialik_at_my-deja.com>
Date: Thu, 02 Sep 1999 18:35:09 GMT
Message-ID: <7qmg0s$tkr$1@nnrp1.deja.com>


Hi.

 As far as I can remember - you can call only C/Java  routines as external procedures ( starting Oracle 8.x ).  You must link them as DLL's ( for Windows ) or SL's  ( Shared libraries for UNIX ).
 I'm not sure you will be able to call perl script that way.

 Look at DBMS_PIPE package ( one of Oracle built-in packages ).  There is a description in APPLICATION DEVELOPER GUIDE.

 Good luck. Michael.

In article <7qlu3f$rt5$1_at_ssauraac-i-1.production.compuserve.com>,   Mark Rommelfanger <m.rommelfanger_at_mercmarine.com> wrote:
> I am developing an web app using Perl CGI and Oracle. I would like to
be
> able to call perl scripts from PL/SQL can anyone point me in the
right
> direction for information on this?
>
> Thanks
>
> Mark
>

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't. Received on Thu Sep 02 1999 - 13:35:09 CDT

Original text of this message

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