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: Tom Grenier <tom_at_sqlman.com>
Date: Fri, 01 Jun 2001 06:55:33 -0700
Message-ID: <3B179ED5.CDA4E2D1@sqlman.com>

Can't you write all the db functions as a PL/SQL procedure or package and just make a single call? -- this is one of the main reasons for stored procedures.

Tom

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 Fri Jun 01 2001 - 08:55:33 CDT

Original text of this message

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