Supported Configurations for Oracle Enterprise Repository 10gR3
Oracle Enterprise Repository 10g R3
This section provides the following information:
Download and Installation Instructions
Download and Installation for Oracle Enterprise Repository
- Download and install the supported JDK for your environment.
Go to Oracle E-Delivery
to download the Oracle Enterprise Repository file. Select Product Pack Oracle Fusion Middleware and the platform for your environment. Select the Oracle Application Server 10g Release 3 Media Pack. The following Oracle Enterprise Repository part numbers are available for download:
Table 1-1 List of Oracle Enterprise Repository Part Numbers By Platform
Platform (eDelivery selection)
|
Operating System
|
Hardware
|
JVM
|
Part Number (Description)
|
HP-UX Itanium
|
HP-UX 11iV2, 11iV3
|
HP Itanium
|
JDK (32-bit)
JDK (64-bit)
|
V14341 (Oracle Enterprise Repository 10g Release 3 (10.3) "generic")
|
IBM AIX Based Systems (64-bit)
|
AIX 5.3, 6.1
|
pSeries
|
JDK (32-bit)
|
V14341 (Oracle Enterprise Repository 10g Release 3 (10.3) "generic")
|
Linux x86
|
|
|
JDK (32-bit)
|
V14340 (Oracle Enterprise Repository 10g Release 3 (10.3) for Linux x86 (32-bit))
|
Microsoft Windows (32-bit)
|
Windows 2003
|
|
JDK (32-bit)
|
V14339 (Oracle Enterprise Repository 10g Release 3 (10.3) for Microsoft Windows (32-bit))
|
Sun Solaris Sparc (64-bit)
|
Solaris 9, 10
|
SPARC 64
|
JDK (32-bit)
|
V14342 (Oracle Enterprise Repository 10g Release 3 (10.3) for Sun Solaris SPARC (32-bit))
|
Sun Solaris Sparc (64-bit)
|
Solaris 9, 10
|
SPARC 64
|
JDK (64-bit)
|
V14341 (Oracle Enterprise Repository 10g Release 3 (10.3) "generic")
|
For more information on installing Oracle Enterprise Repository, refer to the Oracle Enterprise Repository 10gR3 Online Documentation.
Download and Installation for HP-UX JDK 6.0 for HP-UX 11i v2, v3 on Itanium
If you have an HP Itanium platform and if you don't already have HP-UX JDK 6.0 installed, complete the following procedure:
- Go to the HP download site:
- Download and install HP-UX JDK 6.0 for your configuration.
- Set the
JAVA_HOME
environment variable to the directory in which HP JDK is installed, and export JAVA_HOME
. For example:
export JAVA_HOME=/opt/java1.6
- Make sure that your
PATH
variable includes $JAVA_HOME/bin
. For example:
export PATH=$JAVA_HOME/bin:$PATH
If you are running with 64 bit JDK, you need to perform the following extra step:
- Use the
-d64
option to invoke 64 bit Hotspot server. For example:
$java -d64 version
should show, depending on your JDK, a string similar to:
java version "1.6.0.01"
Java(TM) SE Runtime Environment (build 1.6.0.01-jinteg_10_apr_2008_04_03-b00)
Java HotSpot(TM) 64-Bit Server VM (build 1.6.0.01 jinteg:04.10.08-20:30 IA64W, mixed mode)
Download and Installation for SUN Java JDK 6.0 for Sun Solaris 9, 10 on Sparc
If you have a SUN Sparc platform and if you don't already have SUN Java JDK 6.0 installed, complete the following procedure:
- Go to the SUN download site:
- Select the latest JDK 6.0 Update.
- From the section for Solaris Sparc platform, download:
- Sun Java JDK 6.0 Update (64-bit)
- Set the
JAVA_HOME
environment variable to the directory in which SUN JDK 6.0 Update is installed, and export JAVA_HOME
. For example:
export JAVA_HOME=/opt/java1.6.0_05
- Make sure that your
PATH
variable includes $JAVA_HOME/bin
. For example:
export PATH=$JAVA_HOME/bin:$PATH
- Verify the java version $java -version. Make sure that the output contains or is similar to the following string if your are using SUN JDK 6.0 Update 5
java version "1.6.0_05"
Java(TM) SE Runtime Environment (build 1.6.0_05-b13)
Java HotSpot(TM) 64-Bit Server VM (build 10.0-b19,mixed mode)
Download and Installation for IBM JDK 1.6 SR2 for AIX
- Go to the following IBM product download site: http://www.ibm.com/developerworks/java/jdk/aix/service.html
Note: IBM Java 6 is needed for the Oracle Enterprise Repository generic installer to work on IBM AIX. Java 6 is needed for the purpose of installation only.
- Select the Fix Info link for your JDK version.
- Select your APAR/SR number from the table and follow the instructions and/or prompts displayed on the screen to download and install the fix package on your system.
For SR2 (32-bit), select IZ30723.
- Set the JAVA_HOME environment variable to the directory in which IBM JDK 1.6 SR2 is installed, and export JAVA_HOME. For example,
export JAVA_HOME=/usr/java6
- Make sure that the PATH variable includes
$JAVA_HOME/bin.
For example,
export PATH=$JAVA_HOME/bin:$PATH
Download and Installation for Oracle Enterprise Repository for IBM AIX 5.3, 6.1
- Download Oracle Enterprise Repository generic installer (.jar) for AIX platform from Oracle E-Delivery.
- Use IBM Java 6 SR2 when you're installing with the Oracle Enterprise Repository generic installer (.jar).
- Follow the post-installation steps to complete the installation.
For more information on installing Oracle Enterprise Repository, refer to the Oracle Enterprise Repository 10gR3 Online Documentation.
Note: When you are installing Oracle Enterprise Repository and if you are using IBM Java 5 (Java 5 is bundled with Websphere 6.1), the Oracle Enterprise Repository generic .jar installation on AIX will fail. The Oracle Enterprise Repository generic jar installer will return the following message "The required JDK for the installation is version: 1.6.0. The JDK you are currently running with is version: 1.5.0". To resolve this Oracle Enterprise Repository generic installer problem, download and install IBM JDK 1.6 SR2. Java 6 is used for the purpose of installation only.