Oracle® Content Database Installation Guide 10g Release 1 (10.2.0.0.0) for Solaris Operating System (SPARC 64-Bit) Part Number B31415-01 |
|
|
View PDF |
This appendix provides information about the operating system patches and packages for Solaris operating system (SPARC). It contains the following topics:
Table F-1 lists the Solaris operating system patches that you must install before installing. These are patches that make up the "J2SE patch cluster". You can download the patches from:
http://sunsolve.sun.com
Refer to the README file included with the patch for instructions on installing it.
Note: Although the patches listed in Table F-1 are current at the time of publication, Sun Microsystems, Inc. often updates the list of required patches for J2SE. Click the "Readme" link on the following URL for the most current list of patches:http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/J2SE |
Table F-1 Required Patches for Solaris Operating Systems
Operating System | Patches Required |
---|---|
|
|
|
How to Get a List of Operating System Patches Installed on Your Computer
To determine which patches are installed on your computer:
Run the showrev
command with the -p
option. The following command saves the sorted output to a file called patchList
.
prompt> showrev -p | sort > patchList
Open the file in a text editor, such as vi or emacs, and search for patch numbers.
How the Installer Checks for Operating System Patches
The installer searches for the required patch versions on your computer. If it does not find an exact match, it displays a warning message in the shell where you started the installer.
DVD-ROM: prompt> mount_point/runInstaller ... ... installer performs prerequisite checks here ... ... Some optional pre-requisite checks have failed. Continue? (y/n) [n] n
The installer gives you a choice to exit or continue.
Type n to exit the installer if you do not have all the patches. You should download and install the patches.
Type y to continue only if you are sure all the required patches are installed.
Check that your computer contains the following operating system packages. If the packages are not present, the installer cannot continue.
SUNWarc
SUNWbtool
SUNWhea
SUNWlibm
SUNWlibms
SUNWsprot
SUNWsprox
Note: The SUNWsprox package is not required if Operating System version is Solaris 10 (SPARC 64-bit). |
SUNWtoo
SUNWi1of
(the character after the "i" is the number 1, not the letter "ell")
SUNWxwfnt
SUNWi1cs
(the character after the "i" is the number 1, not the letter "ell")
SUNWi15cs
(the character after the "i" is the number 1, not the letter "ell")
The last two packages (SUNWi1cs
and SUNWi15cs
) are required for the ISO8859-1 and ISO8859-15 codesets.
To check if an operating system package is installed on your computer, run the pkginfo
command with the name of the package. The syntax for running pkginfo
is:
pkginfo package_name1 package_name2 ...
For example, to check if all of the listed packages are installed on your computer, run the following command:
prompt> pkginfo SUNWarc SUNWbtool SUNWhea SUNWlibm SUNWlibms SUNWsprot SUNWsprox SUNWtoo SUNWi1of SUNWxwfnt SUNWi1cs SUNWi15cs
If your computer is missing a package, contact your system administrator.