A script-enabled browser is required for this page to function properly.

READONLY command line keyword

READONLY 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).

Syntax

READONLY={YES|NO}

Values

Description

YES

Requests read consistency.

NO
(default)

Does not provide read consistency.

Usage notes

See also

Command line keywords

Using the command line

Running a report from the command line