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: bulk binding

Re: bulk binding

From: AnySQL (d.c.b.a) <anysql_at_gmail.com>
Date: 16 May 2005 21:51:40 -0700
Message-ID: <1116305500.027338.161360@z14g2000cwz.googlegroups.com>


On Oracle 10g, these code will be ok, else do the following

col1 table of ...
col2 table of...

You cannot use a structure array for binding, only scalar type array supported in bulk bind. Received on Mon May 16 2005 - 23:51:40 CDT

Original text of this message

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