A third command is available in iSQLplus. The AUTOCOMMIT command can be toggled on or off. If set to on , each individual DML statement is committed as soon as it is executed. You cannot roll back the changes. I set of off , the COMMIT statement can still be issued explicitly. Also, the COMMIT statement is issued when a DDL statement is issued or when you exit iSQLplus.