Oracle9i Application Server Release Notes Release 2 (9.0.3) for Solaris Operating System (SPARC) Part Number B10015-01 |
|
This chapter discusses Oracle9i Application Server configuration topics. It covers the following topics:
Oracle certifies the following common configurations with Oracle9iAS Release 2 (9.0.3):
Supported Configuration | Reference | Possible Deployments | Restrictions |
---|---|---|---|
Change CPU on an installed machine. |
None. |
NA |
None. |
Using Oracle9iAS with J2SE Version 1.4 |
NA |
None. |
Oracle9iAS Release 2 (9.0.3) does not support the following:
This section covers the following configuration issues and tasks:
In attributes that specify paths, make sure that the paths are relative to ORACLE_HOME
directory. Otherwise, your cluster members may not run properly.
Oracle9iAS Release 2 (9.0.3) ships with Java 2 Platform, Standard Edition (J2SE) version 1.3.1, which is installed in the ORACLE_HOME
/jdk
directory. 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.
This section describes how to run Oracle9iAS against 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:
ORACLE_HOME
/jdk
to something else. The following command renames it to jdk13
.
prompt> cd ORACLE_HOME
prompt> mv jdk jdk13
http://java.sun.com
.
Download notes:
.tar.Z
package version. You can install the J2SE using either version. Table 3-2 compares the two versions:
Table 3-2 Differences between the self-extracting binary file and the .tar.Z package versions
Self-Extracting Binary File Version | .tar.Z Package Version |
---|---|
ORACLE_HOME
/jdk
, then you need to create a symbolic link to the directory. The following example shows how to create a symbolic link from ORACLE_HOME
/jdk
to /usr/j2se
.
prompt> cd ORACLE_HOME prompt> ln -s /usr/j2se jdk
JDK_1.4_HOME
/jre/lib/security/java.security
:
# Oracle-specific definitionsauth.policy.provider=oracle.security.jazn.spi.PolicyProvider login.configuration.provider=oracle.security.jazn.spi.LoginConfigProvider
|
![]() Copyright © 2002 Oracle Corporation. All Rights Reserved. |
|