DISTRIBUTE
command line keywordDISTRIBUTE
specifies whether to enable or disable distributing
the report output to multiple destinations, as specified by the distribution
list defined in the report distribution definition (defined in the Distribution
dialog box in Reports Builder at design time) or a distribution XML file.
For more information on specifying the distribution for a report using XML,
refer to the chapter "Creating Advanced Distributions" in Oracle
Application Server Reports Services Publishing Reports to the Web, available
on the Oracle Technology
Network Oracle Reports Documentation page (http://www.oracle.com/technology/documentation/reports.html
).
The executables that can use this keyword are:
rwbuilder |
no |
rwrun |
yes |
rwclient |
yes |
rwcgi |
yes |
rwserver |
no |
rwservlet |
yes |
rwconverter |
no |
DISTRIBUTE={YES|NO}
Values |
Description |
|
Distribute the report to the distribution list. |
|
Ignore the distribution list and output the
report as specified by the |
DISTRIBUTE
works in close association with the DESTINATION
keyword. DISTRIBUTE
must have a value of YES
for
the DESTINATION
keyword to take effect. If both these keywords
are specified, DESTYPE
, DESNAME
, and DESFORMAT
are ignored if they are also specified.
rwrun report=test.rdf userid=scott/tiger@mydb distribute=yes destination=c:\mydistribute.xml
http://myias.mycomp.com:7779/reports/rwservlet?server=myrepserv+report=test.rdf+userid=scott/tiger@mydb+distribute=yes+destination=c:\mydistribute.xml
http://mywebserver.com:7779/cgi-bin/rwcgi.exe?server=myrepserv+report=test.rdf+userid=scott/tiger@mydb+distribute=yes+destination=c:\mydistribute.xml
rwclient server=myrepserv report=test.rdf userid=scott/tiger@mydb distribute=yes destination=c:\mydistribute.xml
Running a report from the command line
Copyright © 1984, 2005, Oracle. All rights reserved.