Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: ORA-01026 multiple buffers of size > 4000 in the bind list
On 25 Jul 2003 05:43:58 -0700, adatrain201te_at_gmx.de (Tom) wrote:
>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
1 read the error description for ORA-1026 in the server messages manual. (We are not going to do it for you) 2 Upgrade to a less prehistoric and supported version
Sybrand Bakker, Senior Oracle DBA
To reply remove -verwijderdit from my e-mail address Received on Fri Jul 25 2003 - 13:19:48 CDT
![]() |
![]() |