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

RECURSIVE_LOAD command line keyword

RECURSIVE_LOAD specifies whether to validate external references in program units when running a report. If any of the references become invalid, the the program unit is automatically recompiled.

The executables that can use this keyword are:

rwbuilder no
rwrun yes
rwclient yes
rwcgi yes
rwserver no
rwservlet yes
rwconverter yes

Syntax

RECURSIVE_LOAD={YES|NO}

Values

Description

YES
{default}

Validates external references when running a report. If any of the references become invalid, the program unit is recompiled (whether it be in .rdf or .pll).

NO

Does not validate external references when running a report. This setting is useful when running a report against a different database than the one against which its PL/SQL was originally compiled.

See also

Command line keywords

Using the command line

Running a report from the command line