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: configuring arraysize with the jdbc?

RE: configuring arraysize with the jdbc?

From: Gogala, Mladen <Mladen.Gogala_at_aetn.com>
Date: Mon, 16 Aug 2004 09:37:19 -0400
Message-ID: <30462D80AA52E74698512ADCC4F7EAA312239657@exchange.aetvn.com>


You should probably bind arrays to variables, instead of binding scalars. Oracle call interface has an argument to bind calls which allows the caller to specify the size of the variable being bound. I'm sure that JDBC allows for something like that.

--
Mladen Gogala
Oracle DBA
email:mladeng_at_aetvn.com
Ext: 9787



> -----Original Message-----
> From: ryan.gaffuri_at_comcast.net [mailto:ryan.gaffuri_at_comcast.net]
> Sent: Monday, August 16, 2004 9:28 AM
> To: oracle-l_at_freelists.org
> Subject: configuring arraysize with the jdbc?
>
>
> in sql plus I can set the arraysize at the command line.
> Anyway to do this with the jdbc for straight sql?
> ----------------------------------------------------------------
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> ----------------------------------------------------------------
> To unsubscribe send email to: oracle-l-request_at_freelists.org
> put 'unsubscribe' in the subject line.
> --
> Archives are at http://www.freelists.org/archives/oracle-l/
> FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
> -----------------------------------------------------------------
>
---------------------------------------------------------------- Please see the official ORACLE-L FAQ: http://www.orafaq.com ---------------------------------------------------------------- To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line. -- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------
Received on Mon Aug 16 2004 - 08:35:54 CDT

Original text of this message

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