750: Too many SQL statements (work rolled back) 

Explanation:

Your transaction was implicitly cancelled and rolled back 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 Action:

The transaction can be repeated after a new <CONNECT statement>.