Database Error Messages

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

OCI-32169

Execution completed successfully but the number of rows affected is more than the maximum value of the unsigned integer.

Cause

The row count was larger than the maximum value of the unsigned integer. OCCI clients using 'executeUpdate()' cannot retrieve row counts larger than the maximum value of the unsigned integer.


Action

Use 'getUb8RowCount()' to get the correct row count. Use 'execute()' and 'getUb8RowCount()' for large updates.