SQL*Loader-00600: Bind size of number bytes increased to
number bytes to hold 1 row.



SQL*Loader-00600: Bind size of number bytes increased to number bytes to hold 1 row...

Answer / guest

Cause: The space needed to contain a single row is longer
than the specified bind size. The value used for the bind
size will be increased to handle the larger size

Action: No action is required. This message will go away if
the new value in the error message is specified for the bind
size.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-32828: Messaging Gateway agent must be running

1 Answers  


ORA-13037: SRIDs do not match for the two geometries

1 Answers  


ORA-01553: MAXEXTENTS must be no smaller than the string extents currently allocated

1 Answers  


ORA-15050: disk "string" contains string error(s)

1 Answers  


RMAN-08587: input is copy of datafile string: string

1 Answers  






QSM-00786: the name string is invalid for directive string

1 Answers  


ORA-07281: slsget: times error, unable to get cpu time.

1 Answers  


ORA-14150: missing SUBPARTITION keyword

1 Answers  


AMD-00104: Level "string" cannot be added to the hierarchy; parent and child parameters represent the same level

1 Answers  


ORA-07268: szguns: getpwuid error.

1 Answers  


ORA-34210: (MXCHGDCL18) You cannot change workspace object to a dimension composite because one or more surrogates has been defined for it.

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,


Categories