A script-enabled browser is required for this page to function properly.

AUTOCOMMIT command line keyword

AUTOCOMMIT specifies whether database changes (for example, CREATE) should be automatically committed to the database. Some non-ORACLE databases (for example, SQL Server) require that AUTOCOMMIT=YES.

The executables that can use this keyword are:

rwbuilder yes
rwrun yes
rwclient yes
rwcgi yes
rwserver no
rwservlet yes
rwconverter no

Syntax

AUTOCOMMIT={YES|NO}

Values

Description

YES

Data changes are committed to the database automatically.

NO
(default)

Data changes are not committed to the database until the COMMIT command runs or one of the PL/SQL commands that cause the data to be committed runs.

Usage notes

See also

Command line keywords

Using the command line

Running a report from the command line