-75: 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:
After a new CONNECT statement the transaction may be repeated.