Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: federation of many simpleton queries into one

Re: federation of many simpleton queries into one

From: Chuck Dillon <spam_at_nimblegen.com>
Date: Wed, 05 Oct 2005 08:39:36 -0500
Message-ID: <di0l13$hl0$1@grandcanyon.binc.net>


DA Morgan wrote:

> Chuck Dillon wrote:
> 
>>

>> We have a system with an interpreted front end and an 8i on Solaris
>> back end. The interpreted language maps data from the RDB to the
>> client layer at the "cell" to "field" level. IOW, a cell of a table
>> corresponds to a field at the client layer. A client may have dozens
>> of fields corresponding to dozens of "cells" in many tables each of
>> which might use different information to identify the row. The glue
>> code, in Pro*C, currently uses singleton round trip selects to
>> populate the client data structure and singleton update/inserts to
>> store changes.

>
> I doubt you will find support for RDB here.

I don't follow. My "RDB" reference simply refers to the Oracle RDB backend. I'm asking about Oracle and Pro*C. I see quite a few references to Pro*C in the archives from this group via google.

-- 
Chuck Dillon
Senior Software Engineer
NimbleGen Systems Inc.
Received on Wed Oct 05 2005 - 08:39:36 CDT

Original text of this message

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