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/C++ program on tables

Re: C/C++ program on tables

From: Martin Haltmayer <Martin_Haltmayer_at_KirchGruppe.de>
Date: Fri, 12 Mar 1999 22:25:28 +0100
Message-ID: <36E98648.A42918DF@KirchGruppe.de>


I can imagine quite a different approach.

What about pipes under Unix? This may work if a) you are accessing your data sequentially, not randomly, b) you are working locally under Unix, not via SQL*Net.

Just an idea.

Martin

Eric Gundesvan schrieb:
>
> Hello,
>
> Some of our users have written a number of C/C++ programs to analyze their
> data. This data was until
> recently in flat files, but now we keep them in tables. The problem is the
> users would like to be able to
> call their C/C++ programs on these tables. Some of these programs update
> existing columns, but others
> do not change the data in the tables; they simply calculate some scores.
>
> One solution we are thinking of is transfer the whole table into an ascii
> file, execute the programs on
> these files as before, and then load the results back into the table using
> Sql*Loader. However, we fear
> that this solution may be too slow.
>
> Is there a way to have these C/C++ programs execute against tables in
> Oracle? If the above solution is
> the only one, what would be the best way to transfer the data back and
> forth?
>
> Thanks in advance...
>
> *** Posted from RemarQ - http://www.remarq.com - Discussions Start Here (tm) ***
Received on Fri Mar 12 1999 - 15:25:28 CST

Original text of this message

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