AUTOCOMMIT
AUTO[COMMIT] {ON | OFF | IMM[EDIATE] | n} 

Controls when Oracle commits pending changes to the database.

Keywords

ON

Commits pending changes to the database after each successful SQL statement or PL/SQL block is executed.

OFF

Suppresses automatic committing so that you must commit changes manually. This option is the default.

IMMEDIATE

Functions the same as ON.

n

Commits after every n successful SQL statements or PL/SQL blocks.

Get Oracle SQL: the Essential Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.