parameter
command line keywordparameter
is a parameter that is part of the report's
definition. The value you specify is used for that parameter's value.
parameter=value
Values |
Description |
|
The name of the parameter as defined in the report. |
|
Any valid value for that parameter. |
|
Taken from the Initial Value property of the parameter. |
You can override the default value on the Runtime Parameter Form.
Values may be in single or double quotes. The effect of single or double quotes is operating-system specific.
If you specify runfile(s) using the REPORT
keyword, the parameter
value(s) will be validated using the settings specified for each parameter
(for example, Input Mask, Validation Trigger) in the report(s).
If you do not specify runfile(s) using the REPORT
keyword,
the parameter
value(s) are not parsed, or validated,
because they may refer to parameters that have not yet been defined.
Running a report from the command line
Copyright © 1984, 2005, Oracle. All rights reserved.