Errors for UPDATE Statement
By default, when an error occurs for an UPDATE statement, rows already modified remain modified and their modification cannot be undone.
When updating a large number of rows from a large table, TIBCO recommends updating rows in smaller batches that can be processed before the executeUpdate() method times out.