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: Complex Object Retrieval doesn't work

Re: Complex Object Retrieval doesn't work

From: Jim Kennedy <kennedy-downwithspammersfamily_at_attbi.net>
Date: Sun, 14 Nov 2004 03:21:30 GMT
Message-ID: <ZaAld.403845$D%.2482@attbi_s51>

"news.tiscali.it" <c.vanti_at_tin.it> wrote in message news:cn6bfb$lec$1_at_lacerta.tiscalinet.it...
> I'm using Oracle object extensions. I use nested tables and table of
> refs.
> I've tried to read my data with OCI and OCCI but tracing accesses to
> db I find a lot of roundtrips: one for each ref to be read. Much more
> with OCCI which is several times slower.
> I've tried to set Complex Object Retrieval parameters with but I got
> no results: roundtrips are always the same and its time is 55-60% of
> my app total time.
> I used following configurations:
> server: tru64 5.1b + ora 9.2.0.4 - client: tru64 5.1b + ora 10.1.0.2
> server: tru64 5.1b + ora 9.2.0.4 - client: tru64 5.1b + ora 9.2.0.4
> server: tru64 5.1b + ora 9.2.0.4 - client: winxp + ora 10.1.0.2
> server: tru64 5.1b + ora 9.2.0.4 - client: winxp + ora 10.1.0.3
> server: winxp + ora 10.1.0.3 - client: tru64 5.1b + ora 10.1.0.3
>
> Have someone ever had successful results using COR ?
>
> TIA
>
>

Are you using bind variables and the array interface? Also I think for objects you can have a .local object cache. Jim Received on Sat Nov 13 2004 - 21:21:30 CST

Original text of this message

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