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: SQL*Net roundtrip

Re: SQL*Net roundtrip

From: Noons <wizofoz2k_at_yahoo.com.au>
Date: 24 May 2005 19:36:46 -0700
Message-ID: <1116988606.365893.135500@z14g2000cwz.googlegroups.com>


Pedro Lopes wrote:
> But if I have a C++ aplication that is executing the statement.. how can
> I get bigger packets ?

You pick up the source for the C++ and change it to use the array interface to retrieve resultsets or pass parameters to Oracle. Just like sqlplus does: it's also a program written in C. It works for both Pro*C and OCI, BTW. In fact, in OCI there is even a little bit more you can do: check the doco.

If you don't have the source, then there is preciously nothing you can do other than complain to whoever has it.

Or get a faster network... Received on Tue May 24 2005 - 21:36:46 CDT

Original text of this message

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