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: running C++ program within database

Re: running C++ program within database

From: Martin Haltmayer <Martin.Haltmayer_at_0800-einwahl.de>
Date: Tue, 05 Jun 2001 07:59:39 +0200
Message-ID: <3B1C754B.101CBEBD@0800-einwahl.de>

Hi David,

write an external Oracle procedure in C which calls your C++ program. From inside an Oracle PL/SQL program you call your external procedure.

Martin

david chan wrote:
>
> Hi,
> I have a C++ program that need to make a lot of database access within one
> operation, which is very slow. So I am wondering if I can run this program
> inside database? so to reduce the number of database access, and increase
> performance.
> Thanks.
> David
Received on Tue Jun 05 2001 - 00:59:39 CDT

Original text of this message

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