Change the Maximum Log File Size MB and Maximum Size of all Log Files

8 Configuring Oracle Reports Services 8-1 8 Configuring Oracle Reports Services When you install Oracle Fusion Middleware, Oracle Reports is configured automatically for you. There will likely be adjustments you wish to make to customize your environment, but you will not be required to set up the entire environment, or even most of it. This chapter is included largely for reference, should you wish to have a better understanding of the default configuration. It lists services-related configuration files and describes in detail the content of most of them. It includes the following main sections: ■ Oracle Reports Services Configuration Files ■ Reports Server Configuration File ■ Oracle Reports Servlet Configuration File ■ Oracle Reports Bridge Configuration File ■ Network Configuration File ■ Configuring the URL Engine ■ Entering Proxy Information ■ Configuring Reports Server with the Oracle Process Manager and Notification Server and Oracle Enterprise Manager ■ Configuring Oracle Reports to Communicate with Oracle BPEL Process Manager ■ Optimizing the Deployment of Reports ■ Sample system-jazn-data.xml File ■ Configuring Reports Managed Server Another aspect of configuration is the setting of environment variables. These are set for you automatically during installation. For reference, environment variables are described in Appendix B, Environment Variables .

8.1 Oracle Reports Services Configuration Files

This section identifies the configuration files associated with Oracle Reports Services. In most cases, you can leave these files untouched. Because they control many aspects of your server environment, you could put that environment at risk if you change a file in some unsupported way. Always keep a back-up of the current version of any configuration file you plan to change. 8-2 Publishing Reports to the Web with Oracle Reports Services The configuration files associated with Oracle Reports Services are listed and described in Table 8–1 . Note: Reports application is deployed in no-stage mode in following location: DOMAIN_HOMEserversWLS_REPORTStmp_WL_userreports_ versionrandom_string You might see Reports application configuration files in the configuration directory in the above specified location, but they are stale files; do not edit them. Any modifications done to the Reports application configuration files through Oracle Enterprise Manager or System MBean browser are not reflected in the files located under the configuration directory. The correct location of Reports application configuration file is: DOMAIN_HOMEconfigfmwconfigserversWLS_ REPORTSapplicationsreports_versionconfiguration Note: The paths specified in Table 8–1 are the same for both Windows and UNIX environments, though they are expressed here using the Windows backslash convention \. Table 8–1 Oracle Reports Services Configuration Files Component Configuration File Reports Server rwserver ORACLE_HOME\reports\dtd\rwserverconf.xsd For Standalone servers: ORACLE_INSTANCE\config\ReportsServerComponent\server_ name\rwserver.conf For In-process servers: DOMAIN_HOMEconfigfmwconfigserversWLS_SERVER_ NAMEapplicationsreports_ versionconfigurationrwserver.conf The rwserverconf.xsd file contains data type definitions for rwserver.conf and rwbuilder.conf elements and attributes. The rwserver.conf file defines initial values for the Reports Server Cache, the Oracle Reports engine, and security; registers valid destination types; and sets other server-related values. This file is automatically created when you start up the server. For more information, see Section 8.2, Reports Server Configuration File . Reports Server network configuration file: ORACLE_ INSTANCE\config\ReportsServerComponent\ server_name\rwnetwork.conf ORACLE_HOME\reports\dtd\rwnetworkconf.xsd The rwnetworkconf.xsd contains data type definitions for rwnetwork.conf elements and attributes. For more information, see Section 8.5, Network Configuration File .