Database Error Messages

ORA-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.