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

REPORTS_CGIHELP environment variable

This environment variable specifies the URL and URI of the rwcgi help file that should display when rwcgi is invoked with the following empty request:

http://your_webserver/rwcgi?

This environment variable is backward compatible.

Valid Values

Any valid URL to a Web page or HTML file.

Default

A default help screen is displayed in your browser.


U
sage notes

This environment variable is supported in Oracle Reports 10g (9.0.4) for backward compatibility for Common Gateway Interface (CGI) reports, or when Single Sign-On is not used.   Note: The functionality of JavaServer Pages (JSPs) or servlets replaces support for CGI.

Example

To display the www.yahoo.com page in your browser:

REPORTS_CGIHELP=http://www.yahoo.com 

To display an HTML file named myhelpfile.htm in your browser:

REPORTS_CGIHELP=http://your_webserver/myhelpfile.htm

See also

Environment variables