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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: fetch in array from ProC

RE: fetch in array from ProC

From: Shawn Ferris <Shawn.Ferris_at_twtelecom.com>
Date: Mon, 22 May 2000 11:13:34 -0600
Message-Id: <10505.106260@fatcity.com>


What if you set the arraysize to 1?

There once was a bug in sqlplus with the same sort of behavior when connecting to a 7.x database via 8 tools. Maybe this is a similar bug. The workaround was to set the arraysize to 1. (BTW: I don't know Pro*C, or C really well for that matter, so this may be totally irrelevant. Not unlike the rest of my posts. ;)

Shawn M Ferris
Oracle DBA - Time Warner Telecom

> -----Original Message-----
> From: Sackwitz, Antje [mailto:Sackwitz_at_vst.vossloh.de]
> Sent: Monday, May 22, 2000 9:26 AM
> To: Multiple recipients of list ORACLE-L
> Subject: fetch in array from ProC
>
>
> Hi,
> I want to do the fetch of data against the Oracle 8.0.5
> database by ProC
> using arrays.
> Til now I was not able to give the size of the array
> dynamically and if
> I say arraysize is 10, and I retrieve 28 records,
> the last 8 records will not be fetched as Oracle cannot fill up the
> entire array.
> any help is greatly appreciated.
>
> Regards,
> Antje
>
> -----------------------------------------------------------------
> Antje Sackwitz Phone: +49-431-7109-514
> Vossloh System-Technik GmbH Fax: +49-431-7109-675
> Edisonstr. 3 E-Mail: sackwitz_at_vst.vossloh.de
> 24145 Kiel
> -----------------------------------------------------------------
>
>
> --
> Author: Sackwitz, Antje
> INET: Sackwitz_at_vst.vossloh.de
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
Received on Mon May 22 2000 - 12:13:34 CDT

Original text of this message

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