Re: arraysize

From: Thomas Kyte <tkyte_at_us.oracle.com>
Date: Mon, 29 Mar 1999 13:10:55 GMT
Message-ID: <36ff7b85.237922_at_192.86.155.100>


A copy of this was sent to mguillem_at_my-dejanews.com (if that email address didn't require changing) On Mon, 29 Mar 1999 12:31:31 GMT, you wrote:

>Is there any mean to set the number of rows that a program using OCI will
>fetch from the database at one time, like the ARRAYSIZE with SQL*Plus?
>

Unless the program itself is 'array' capable -- no.

SQLPlus is written in OCI. The programmers of sqlplus support array fetching and allow you to 'tune' it by telling them how many rows to fetch at a time. It is only because they make the appropriate API calls with the correct inputs that they array fetch.

Array fetching is something you can do with OCI but you have to have done it.

>-----------== Posted via Deja News, The Discussion Network ==----------
>http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
 

Thomas Kyte
tkyte_at_us.oracle.com
Oracle Service Industries
Reston, VA USA

--
http://govt.us.oracle.com/    -- downloadable utilities
 
----------------------------------------------------------------------------
Opinions are mine and do not necessarily reflect those of Oracle Corporation
Received on Mon Mar 29 1999 - 15:10:55 CEST

Original text of this message