This chapter describes how to install and configure Oracle Portal, Forms, Reports, and Discoverer.
The following topics are covered:
Make sure you have read the information in this section before you begin:
Before performing any installation you should read the system requirements and certification documentation to ensure that your environment meets the minimum installation requirements for the products you are installing.
The system requirements document covers information such as hardware and software requirements, minimum disk space and memory requirements, and required system libraries, packages, or patches. This document is available on Oracle Technology Network (OTN):
The certification document covers supported installation types, platforms, operating systems, databases, JDKs, and third-party products:
Installation of Oracle Portal, Forms, Reports, and Discoverer requires the availability of an Oracle database. This database must be up and running, and does not have to be on the same system where you are installing the products.
For the latest information about supported databases, visit the following URL:
Oracle Portal and Oracle Discoverer require that certain schemas exist in the database prior to installation. You must run Repository Creation Utility (RCU) to create the schemas in the database. Follow these instructions to do so:
rcu.batYou can also download a .zip file containing RCU from Oracle Technology Network (OTN):
Note: On Windows systems, make sure that you do not unzip the RCU .zip file to a directory name containing spaces.
Table 2-1 Required Schemas for Oracle Portal and Oracle DiscovererComponent | Required Schemas |
---|---|
Oracle Portal | prefix _PORTAL (Oracle Portal) |
Oracle Portlet Producers | prefix _PORTLET (Oracle Portlet Producers) |
Oracle Discoverer | prefix _DISCOVERER (Oracle Discoverer) |
Oracle Portal requires the PORTLET schema. During the creation of the schemas, you may choose to de-select the PORTLET schema, at which time you will be reminded that this schema is required for Oracle Portal. If you already have a PORTLET schema created elsewhere, you may ignore this message and proceed. Select the components whose schemas you want to install.
Note: You must remember or make a note of these schema names and the prefix value from this screen; you will need them later when you are configuring your products. You will need to provide the schema name in the format prefix _ schemaname . For example, if you used the default prefix DEV , you will supply the following schema name for the Portal schema: DEV_PORTAL
Note: You must remember or make a note of password(s) you specify on this screen; you will need them later when you are configuring your products.
Oracle Portal, Forms, Reports, and Discoverer requires an Oracle WebLogic Server on your system. If you do not already have one, follow the instructions in this section to install Oracle WebLogic Server.
The 32-bit executable files are bundled with the appropriate JDK version. If you use the 64-bit installer, you will need to invoke the installer with a supported JDK for your platform. This JDK must be installed on your system before you install Oracle WebLogic Server. Refer to the Oracle Fusion Middleware certification document for a list of supported JDKs for your platform:
./wls1031_linux32.binOn Windows:
wls1031_win32.exe
JAVA_HOME/bin/java -jar wls1031_generic.jar
JAVA_HOME/bin/java -d64 -jar wls1031_generic.jar
On Windows:
JAVA_HOME\bin\java -jar wls1031_generic.jar
Some notes for running the installer:
If you want to perform a Custom installation, select Custom . You will see the following two screens:
For more information about installing and configuring WebLogic Server, refer to Oracle WebLogic Server Installation Guide .
Oracle Portal requires an existing Oracle Internet Directory (OID) with Oracle Single Sign-On (SSO). If you are also installing Oracle Forms, Reports, or Discoverer, you will have the option to configure these products with an OID, but it is not mandatory.
The following OID/SSO combinations are supported:
If you are not able to use an existing 10 g Oracle SSO server, follow this sequence of steps to add a new Oracle SSO server:
Oracle Fusion Middleware 11 g Release 1 (11.1.1) includes a new version of the Oracle Web Agent (OWA) packages. Existing packages will be updated to the new version the first time either an Oracle Portal 11 g repository is installed or when an existing Oracle Portal repository is upgraded to 11 g . When the OWA update takes place, packages from existing Oracle Portal schemas that reside in the same database will become invalid. The OWA update ends with an attempt to revalidate all invalid packages in all Oracle Portal schemas in the existing database instance.
If you are installing on a Windows system, you have the option of installing and configuring Java Access Bridge for Section 508 Accessibility. For more information on how to do this, refer to "Install and Configure Java Access Bridge (Windows Only)" in Oracle Fusion Middleware Administrator's Guide .
The JAWS screen reader scripts for the Oracle Forms Builder are installed in the ORACLE_HOME \forms\ScreenReader directory.
If you are installing Oracle Portal, Forms, Reports and Discoverer on a DHCP host, you must follow the configuration steps in this section for your platform.
On UNIX systems, configure the host to resolve hostnames to the loopback IP address by modifying the /etc/hosts file to contain the following entries:
127.0.0.1 hostname.domainname hostname 127.0.0.1 localhost.localdomain localhost
After doing so, check that the hostname resolves to the loopback IP address by entering the following command:
/bin/ping hostname.domainname
On Windows systems, install a loopback adapter on the DHCP server (see Section 2.3.3, "Installing a Loopback Adapter (Windows Only)"). This assigns a local IP address to your computer.
After installing the adapter, add a line to the %SYSTEMROOT%\system32\drivers\etc\hosts file with the following format, immediately after the localhost line:
IP_address hostname.domainname hostname
Replace IP_address with the local IP address of the loopback adapter.
To install a loopback adapter on Windows 2003 or Windows XP:
192.168.x.x (x is any value between 1 and 255) 10.10.10.10
To remove a loopback adapter on Windows 2003 or Windows XP:
You can install Oracle Portal, Forms, Reports and Discoverer on a non-networked computer, such as a laptop. Because a non-networked computer has no access to other computers, you have to install all the components that you need on the computer.
In addition, you must follow the instructions in Section 2.3, "Installing on DHCP Hosts" to install a loopback adapter and modify the hosts file on your system.
You can install Oracle Portal, Forms, Reports and Discoverer on a multihomed computer. A multihomed computer is associated with multiple IP addresses. This is typically achieved by having multiple network cards on the computer. Each IP address is associated with a host name; additionally, you can set up aliases for each hostname.
The installer picks up the fully qualified domain name from the first entry in /etc/hosts (on UNIX) or %SYSTEMROOT%\system32\drivers\etc\hosts (on Windows) file.
For details about WebLogic Server network configuration, refer to "Configure network connections" in Oracle Fusion Middleware Oracle WebLogic Server Administration Console Help .
For specific network configuration of a system component, refer to the individual component's configuration documentation.
If you choose to install Oracle Forms and Oracle Reports on different servers, you must perform some manual configuration in order for these two products to be able to communicate properly with each other.
The instructions for doing so are available in section 17.8.1, "Communication Between Reports and Forms When Installed on Different Instances" in Oracle Fusion Middleware Publishing Reports to the Web with Oracle Reports Services .
This section contains information and instructions for installing Oracle Portal, Forms, Reports and Discoverer. The following topics are covered:
The Oracle Portal, Forms, Reports and Discoverer installer provides two installation options:
The Install and Configure option installs the product binaries in an Oracle Home directory and creates and configures a working instance in an Oracle Instance directory. After this is complete, you should be able to access the Welcome Page to begin configuring and managing your products.
The Install Software - Do Not Configure option only installs the software binaries in an Oracle Home directory. You must then manually run the Configuration Tool from your ORACLE_HOME /bin (for UNIX) or ORACLE_HOME \bin (for Windows) directory to configure your products before you can use them. This option can be used to quickly create multiple instances of the software that share a common disk.
If you choose this installation type on Windows, there are manual configuration steps required for Oracle Discoverer. For more information, see Section 2.7.7, "Manual Configuration for Oracle Discoverer (Windows Only)".
The installer writes logs files to the Oracle_Inventory_Location /log (for UNIX) or Oracle_Inventory_Location \logs (for Windows) directory. On UNIX systems, if you do not know the location of your Oracle Inventory directory, you can find it in the oraInst.loc file in the following directories (default locations):
On Windows systems, the default location for the inventory directory is C:\Program Files\Oracle\Inventory\logs .
The following install log files are written to the log directory:
To start the installer, insert the CD-ROM and run the following command:
./runInstaller
setup.exe
If you are installing on a UNIX system, and if this is the first time any Oracle product is being installed on your system with the Oracle Universal Installer, you will be asked to provide the location of an inventory directory. This is where the installer will set up subdirectories and maintain inventory data for each Oracle product that is installed on this system.
Follow the instructions in Table 2-2 to configure the inventory directory information. For more help, click on the screen name in the table below, or click the Help button in the GUI.
Table 2-2 Inventory Directory and Group Screens
Specify the Oracle inventory directory and group permissions for that directory. The group must have write permissions to the Oracle inventory directory.
Click OK to continue.
Run the createCentralInventory.sh script as root .
Click OK to continue.
Follow the instructions in Table 2-3 to install and configure Oracle Portal, Forms, Reports and Discoverer.
Running the installer as root user is not supported.
If you need additional help with any of the installation screens, refer to Appendix A, "Oracle Portal, Forms, Reports and Discoverer Installation Screens" or click Help to access the online help.
Table 2-3 Installation Flow