Skip Headers

Oracle9i Application Server Release Notes
Release 2 (9.0.3) for AIX-Based Systems, hp HP-UX PA-RISC (64-bit), hp Tru64 UNIX, and Linux x86
Part No. B10227-11
  Go To Documentation Library
Core
Go To Product List
Platform
Go To Table Of Contents
Contents

Previous Next  

4 Configuration

This chapter discusses Oracle9i Application Server configuration topics. It covers the following topics:

4.1 Common Configurations

Oracle certifies the following common configurations with Oracle9iAS Release 2 (9.0.3):

Supported Configuration Reference Possible Deployments Restrictions
Changing CPU on an installed machine. None. NA None.
Using Oracle9iAS with J2SE Version 1.4.
NA None.
Using an Oracle9i Database with Oracle Real Application Clusters 9.2 as the customer database. None. NA Oracle9iAS Clickstream Intelligence is not supported to use this customer database.

4.2 Configuration Limitations

Oracle9iAS Release 2 (9.0.3) does not support the following:

4.3 Configuration Tasks and Issues

This section covers the following configuration issues and tasks:

4.3.1 Attributes Containing Paths Break Cluster Model

In attributes that specify paths, make sure that the paths are relative to ORACLE_HOME directory. Otherwise, your cluster members may not run properly.

4.4 Using Oracle9iAS with J2SE Version 1.4

Oracle9iAS Release 2 (9.0.3) supports Java 2 Platform, Standard Edition (J2SE) version 1.3.1. Oracle9iAS Release 2 (9.0.3) also supports J2SE version 1.4. If you have applications that use J2SE 1.4 features, you need to use J2SE version 1.4.

J2SE version 1.4 is available for Linux from http://java.sun.com.

J2SE version 1.4 is available for HP-UX from http://www.hp.com.

J2SE version 1.4 is not available for AIX or Tru64 UNIX at the time of publication. However, see the latest of the Release Notes on the documentation section of OTN for updated information:

http://otn.oracle.com/docs

This section covers the following issues:

4.4.1 Installing J2SE Version 1.4 for Oracle9iAS

This section describes how to run Oracle9iAS with J2SE version 1.4. The general idea is to rename the current jdk directory to something else (such as jdk13), and install J2SE version 1.4 in the jdk directory. This makes it simple for you so that you do not have to modify any paths or scripts that reference the jdk directory.

To run Oracle9iAS with J2SE version 1.4, use the following procedures:

  1. Stop all Oracle9iAS processes.

  2. Rename ORACLE_HOME/jdk to something else. For example, you can rename it to jdk13.

  3. Download J2SE version 1.4 ffrom the vendor web site as listed in the introduction to this section

    Download notes:

    • Download the SDK version, not the JRE version.

  4. Install J2SE version 1.4 according to the instructions provided by the vendor, but with the additional requirement that you need to install it in the ORACLE_HOME/jdk directory.


    Note:

    You have to install J2SE in the ORACLE_HOME/jdk directory.

  5. Add the following lines to JDK_1.4_HOME/jre/lib/security/java.security:

    # Oracle-specific definitions
    auth.policy.provider=oracle.security.jazn.spi.PolicyProvider
    login.configuration.provider=oracle.security.jazn.spi.LoginConfigProvider
    

    Note:

    The login.configuration.provider line already exists in the java.security file. Comment out the existing line by prefixing a # character at the beginning of the line and add the line with the Oracle-specific value.

  6. Start all the Oracle9iAS processes and services.

4.4.2 Starting Oracle9iAS Enterprise Manager Web Site with J2SE Version 1.4

If you are running Oracle9iAS using the J2SE Version 1.4, you can start the Enterprise Manager Web site without running the X Server software on your UNIX system.

However, you must set the DISPLAY environment variable to some value. The J2SE Version 1.4 software does not require the X Server software, but the scripts that control the Enterprise Manager Web site check your system to be sure the DISPLAY variable has been set.

As a result, you can run the Enterprise Manager Web site without the X Server, but you must follow these instructions:

  1. Change directory to the $ORACLE_HOME/bin directory.

  2. Set your X Server DISPLAY environment variable to any value:

    prompt> setenv DISPLAY :0.0
    
    
  3. Set the EM_OC4J_OPTS environment variable as follows:

    prompt> setenv EM_OC4J_OPTS -Djava.awt.headless=true
    
    
  4. Start the Enterprise Manager Web site using the following command:

    prompt> ORACLE_HOME/bin/emctl start