ONFAILURE
command line keywordONFAILURE
specifies whether a COMMIT
or a ROLLBACK
is performed if an error occurs
and the report fails to complete.
The executables that can use this keyword are:
rwbuilder |
yes |
rwrun |
yes |
rwclient |
yes |
rwcgi |
yes |
rwserver |
no |
rwservlet |
yes |
rwconverter |
no |
ONFAILURE={COMMIT|ROLLBACK|NOACTION}
Values |
Description |
|
Perform a |
|
Perform a |
|
Do nothing if the report fails. |
The COMMIT
or ROLLBACK
for ONFAILURE
is performed after the report
fails. Other COMMITs
and ROLLBACKs
can occur prior to this one. For more information, see READONLY
.
ONFAILURE
can be used when
running JSP-based Web reports from the command line.
Running a report from the command line
Copyright © 1984, 2005, Oracle. All rights reserved.