To e-mail a report in batch mode:
Note: When using BATCH=YES
, Reports Builder
will use a blank subject line and cc list. To specify the subject line and cc
lists, you must run with BATCH=NO
(interactively).
Log on to your Internet Standard Protocol SMTP mail application.
Run
the report from the command line, specifying BATCH=YES
,
DESTYPE=MAIL
, and DESNAME=recipient1,recipient2,recipient3,...
The configuration file ORACLE_HOME/reports/conf\rwbuilder.conf
must include the plug-in parameter mailServer
(for example, <pluginParam
name="mailServer">smtp01.mycorp.com</pluginParam>
)
with the outgoing mail server name. This applies in both the Windows and Solaris
environments.
Copyright © 1984, 2005, Oracle. All rights reserved.