Allows you to control the error reporting behavior when a COMMIT
or ROLLBACK statement is executed although there is no active
transaction. By default, if there is no active transaction, SQL
raises an error when a COMMIT or ROLLBACK statement is executed.
If the SET QUIET COMMIT statement is set to ON, then a COMMIT or
ROLLBACK statement executes successfully even when there is no
active transaction.