2 Installing Oracle Portal, Forms, Reports and Discoverer

This chapter describes how to install and configure Oracle Portal, Forms, Reports, and Discoverer.

The following topics are covered:

2.1 Before You Begin.

Make sure you have read the information in this section before you begin:

2.1.1 System Requirements and Certification

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:

2.1.2 Install Oracle Database

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:

2.1.3 Create Schemas for Oracle Portal and Oracle Discoverer

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:

    Insert the RCU CD-ROM and start RCU from the bin directory: On UNIX:

On Windows:
rcu.bat
You 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 Discoverer
Component 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.

2.1.4 Install Oracle WebLogic Server and Create the Middleware Home

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.

    Insert the Oracle WebLogic Server CD-ROM or download the installer from the following URL:

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.bin
On 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: