AUTOCOMMIT
command line keywordAUTOCOMMIT
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 |
AUTOCOMMIT={YES|NO}
Values |
Description |
|
Data changes are committed to the database automatically. |
|
Data changes are not committed to the database
until the |
AUTOCOMMIT
can be used when running JSP-based Web reports from
a URL.Running a report from the command line
Copyright © 1984, 2005, Oracle. All rights reserved.