Background documentation750: Too many SQL statements (work rolled back) Locate this document in the navigation structure

 

Explanation

The user's transaction was canceled and reset by an implicit ROLLBACK statement. The database session was implicitly terminated, since you had issued too many SQL statements or had performed too many transactions within a session.

User Response

After a new CONNECT statement the transaction may be repeated.