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



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

Answer / guest

Cause: More than one long buffer in the bind list.

Action: Change the buffer size to be less than 4000 for the
bind variable bound to a normal column.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Oracle Errors Interview Questions

ORA-23346: primary key or object ID is undefined for table or materialized view string

1 Answers  


PLS-00721: 'string' formed a non-REF mutually-dependent cycle with 'string'

1 Answers  


ORA-19708: log destination exceeds maximum length of string characters

1 Answers  


Hi guys, I have four tables those are emp,dept,eliminate and uneliminate. i wrote small cursor..when i run, it display one error (ORA-01403 nodata found)... The query is: Declare cursor c1 is select e.ename emp_name from emp e,dept d where e.deptno=d.deptno group by deptno; r1 c1%rowtype; test_emp varchar2(200); begin for r1 in c1 loop begin select eliminate_emp into test_emp from eliminate t,uneliminate ut where t.number=ut.number and t.deptno=e.deptno and rownum<1; end; dbms_output.put_line(r1.emp_name); end loop; end; Thanks...

0 Answers   IBM,


ORA-13210: error inserting data into the index table

1 Answers  






ORA-10651: incorrect file number block number specified

1 Answers  


ORA-16534: no more requests accepted

1 Answers  


O2I-00119: Warning reported by subsystem:

1 Answers  


ORA-19011: Character string buffer too small

1 Answers  


ORA-22620: buffer size too small to hold the value

1 Answers  


ORA-30187: reserved for future use

1 Answers  


IMG-00711: unable to set properties of destination image

1 Answers  


Categories