September 2000
Intermediate to advanced
418 pages
11h 5m
English
| AUTOCOMMIT |
AUTO[COMMIT] {ON | OFF | IMM[EDIATE] | n}
|
Controls when Oracle commits pending changes to the database.
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.
Read now
Unlock full access