READONLY
command line keywordREADONLY
requests read consistency across multiple queries in
a report. When accessing data from an Oracle database, read consistency is accomplished
by a SET TRANSACTION READ ONLY
statement (refer to your Oracle
database documentation for more information on SET TRANSACTION
READ ONLY
).
READONLY={YES|NO}
Values |
Description |
|
Requests read consistency. |
|
Does not provide read consistency. |
READONLY
is only useful for reports using multiple queries.
An Oracle database automatically provides read consistency, without locking,
for single-query reports.
In the report trigger order of execution, SET TRANSACTION READ ONLY
must be set up before the data fetch occurs.
READONLY
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.