Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

ORA-03120

two-task conversion routine: integer overflow

Cause

An integer value in an internal Oracle structure overflowed when being sent or received over a heterogeneous connection. This can happen when an invalid buffer length or too great a row count is specified. It usually indicates a bug in the user application.


Action

Check parameters to Oracle calls. If the problem recurs, reduce all integer parameters, column values not included, to less than 32767.