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

REPORTS_CGIDIAGHEADTAGS environment variable

This environment variable specifies the HTML tags to insert between the <HEAD> and </HEAD> tags in the rwcgi diagnostic and debugging output. For example, you can use this environment variable to set up <TITLE> or <META> tags.

This environment variable is backward compatible.

Valid Values

Any HTML tags that are valid between the <HEAD> and </HEAD> tags.

Default

Not defined.


U
sage notes

This environment variable is supported in Oracle Reports 10g 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

REPORTS_CGIDIAGHEADTAGS="<title>Employee List</title>"

See also

Environment variables