The AUTOCOMMIT mode determines whether the database system automatically completes SQL statements with a COMMIT or whether the database user has to explicitly enter a COMMIT after an SQL statement.
See also:
Loader, AUTOCOMMIT Command
SQL Studio, User Settings
SQLCLI, Overview of the SQLCLI Commands
JDBC Manual, Specifying Other Connection Operations
Python Manual, Connect Method