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. |
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.
REPORTS_CGIDIAGHEADTAGS="<title>Employee List</title>"
Copyright © 1984, 2005, Oracle. All rights reserved.