COMPILE_ALL
command line keywordCOMPILE_ALL
specifies whether to forcibly compile all program
units in the report being converted by rwconverter
, except in the
following cases:
DTYPE
)
is REXFILE
, XMLFILE
, or JSPFILE
, then
rwconverter will not compile any program units. When REX, XML, or JSP report
definitions are opened in Oracle Reports Builder or Reports Server, they are
automatically compiled by Oracle Reports.The executables that can use this keyword are:
rwbuilder |
no |
rwrun |
no |
rwclient |
no |
rwcgi |
no |
rwserver |
no |
rwservlet |
no |
rwconverter |
yes |
COMPILE_ALL={YES|NO}
Values |
Descriptions |
|
Compile all program units, except in cases where |
(Default) |
Compile only uncompiled program units. |
By default, rwconverter
compiles all uncompiled program units
during the conversion operation. When COMPILE_ALL=YES
, then rwconverter
forcibly compiles all the program units (including those already compiled) in
the report. This may be useful when moving a report to a different client machine,
to ensure everything is recompiled and avoid potential incompatibilities.
Running a report from the command line
Copyright © 1984, 2007, Oracle. All rights reserved.