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: C++ function i a stored procedure

Re: C++ function i a stored procedure

From: Nicolas Bronke <NBronke_at_t-online.de>
Date: 21 Sep 1998 09:36:05 GMT
Message-ID: <6u56m5$te7$1@news01.btx.dtag.de>


Hi John,
thank you for your message. The pity is that I am using Oracle 7.3x. I looked into my PL/SQL-User manual but I did not find any refereces to external procedures.
Could it be, that external procedures are added first time with Oracle 8?

Kind regards
Nicolas

John F. Keaveney schrieb in Nachricht
<6tunfo$3rs$1_at_news1-alterdial.uu.net>...
>Yes,
> wrap your functions in a C API and you can call them by creating
>a library as show below. Then you can call
>
> variable := MyPackage.f1('test')
>
>etc...
>
> Good luck,
> John
>
Received on Mon Sep 21 1998 - 04:36:05 CDT

Original text of this message

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