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 -> ORA-01026 multiple buffers of size > 4000 in the bind list

ORA-01026 multiple buffers of size > 4000 in the bind list

From: Tom <adatrain201te_at_gmx.de>
Date: 25 Jul 2003 05:43:58 -0700
Message-ID: <a80f523.0307240222.3d965054@posting.google.com>


Hi,
Oracle 8.1.6.0.0

I'm trying to insert into a table with two varchar2(50) columns via OCI. The buffer sizes in the OCIBindByPos call are only 31bytes for each column. I also set the attributes OCI_ATTR_CHARSET_FORM, OCI_ATTR_CHARSET_ID and OCI_ATTR_MAXDATA_SIZE for the bind handles.

OCIStmtExecute returns an error:

ORA-01026 multiple buffers of size > 4000 in the bind list

Does somebody know a solution?

Thanks,
Tom Received on Fri Jul 25 2003 - 07:43:58 CDT

Original text of this message

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