Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: configuring arraysize with the jdbc?
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: 9787Received on Mon Aug 16 2004 - 08:35:54 CDT
> -----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 -----------------------------------------------------------------
![]() |
![]() |