CACHELOB
command line keywordCACHELOB
specifies whether to cache an Oracle database
large object(s) in the temporary file directory on the Reports Server (specified
in the REPORTS_TMP
environment variable or by the tempDir
property of the engine
element
in the Reports Server configuration file, server_name
.conf
;
note that a tempDir
setting overrides
a REPORTS_TMP
setting).
The executables that can use this keyword are:
rwbuilder |
yes |
rwrun |
yes |
rwclient |
yes |
rwcgi |
yes |
rwserver |
no |
rwservlet |
yes |
rwconverter |
no |
CACHELOB={YES|NO}
Values |
Description |
YES (default) |
The LOB will be cached in the temporary file directory. |
|
The LOB will not be cached in the temporary file directory. |
You can only set this option on the command line.
If the location of the temporary file directory does not have sufficient
available disk space, it is preferable to set this value to NO
.
Setting the value to NO
, however, may decrease
performance, as the LOB may need to be fetched from the database multiple
times.
CACHELOB
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.