show autocommit : Transaction Rollback Commit « Table « Oracle PL / SQL
- Oracle PL / SQL
- Table
- Transaction Rollback Commit
show 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>
SQL>
Related examples in the same category