OUTPUTPAGE
command line keywordOUTPUTPAGE
specifies the name of the OracleAS
Portal page to which report output should be pushed. For backward compatibility
with earlier versions (Oracle
WebDB Release 2.2 and Oracle9iAS
Portal Release 1), see OUTPUTFOLDER
.
The executables that can use this keyword are:
rwbuilder |
no |
rwrun |
yes |
rwclient |
yes |
rwcgi |
yes |
rwserver |
no |
rwservlet |
yes |
rwconverter |
no |
OUTPUTPAGE=page
Values |
Description |
|
Any valid page name (internal name) used in OracleAS Portal. Default = |
Use of this keyword is optional to push Oracle Reports output to OracleAS Portal:
If you do not specify an output page, OracleAS Portal will
create a default page named
Oracle_Reports_Output
.
If you specify an output page, use the internal name and not the display
name. The internal name is used to uniquely identify the OracleAS
Portal component instance.
The value for this keyword is case-sensitive.
The page should contain at least one item region when used with DESTYPE=ORACLEPORTAL
.
Relevant keywords include keywords include CONTENTAREA
*,
EXPIREDAYS
, ITEMTITLE
,
OUTPUTFOLDER
*, OUTPUTPAGE
,
PAGEGROUP
, SITENAME
*,
STATUSFOLDER
*,STATUSPAGE
.
* maintained for backward compatibility with Oracle9iAS Portal Release 1 and Oracle WebDB Release 2.2.
rwrun report=test.rdf userid=scott/tiger@mydb destype=oracleportal desformat=PDF
pagegroup=mypagegrp outputpage=reports_output itemtitle=pushtoportal statuspage=result
http://myias.mycomp.com:7779/reports/rwservlet?server=myrepserv+report=test.rdf+
userid=scott/tiger@mydb+destype=oracleportal+desformat=PDF+pagegroup=mypagegrp+
outputpage=reports_output+itemtitle=pushtoportal+statuspage=result
http://mywebserver.com:7779/cgi-bin/rwcgi.exe?server=myrepserv+report=test.rdf+
userid=scott/tiger@mydb+destype=oracleportal+desformat=PDF+pagegroup=mypagegrp+
outputpage=reports_output+itemtitle=pushtoportal+statuspage=result
rwclient server=myrepserv report=test.rdf userid=scott/tiger@mydb destype=oracleportal
desformat=PDF pagegroup=mypagegrp outputpage=reports_output itemtitle=pushtoportal
statuspage=result
Running a report from the command line
Copyright © 1984, 2005, Oracle. All rights reserved.