Mega Code Archive
Categories
/
Oracle PLSQL Tutorial
/
SQL PLUS Session Environment
Show and set autocommit
SQL> SQL> set autocommit on SQL> show autocommit autocommit IMMEDIATE SQL> set autocommit 42 SQL> show autocommit AUTOCOMMIT ON for every 42 DML statements SQL> set autocommit off SQL>