
Chapter 36. Installing Oracle9i R2 (9.2.0.6.0) on Red Hat Enterprise Linux 4
138
- Summary: Start the Install
36.2. Patching Oracle9i R2 to 9.2.0.6.0 on Red Hat
Enterprise Linux 4
Download the patch 3948480, Oracle9i Patch Set Release 2 (9.2.0.6) Patch Set 5, from http://
metalink.oracle.com and execute the following commands to extract it:
su - oracle
$ cp p3948480_9206_LINUX.zip /tmp
$ cd /tmp
$ unzip p3948480_9206_LINUX.zip
Archive: p3948480_9206_LINUX.zip
creating: Disk1/
creating: Disk1/stage/
creating: Disk1/stage/Patches/
...
Now download the patch 4188455 from http://metalink.oracle.com. This patch is needed for launching
the runInstaller that came with the patch 3948480 we just downloaded above.
su - oracle
$ cp p4188455_10103_LINUX.zip /tmp
$ cd /tmp
$ unzip p4188455_10103_LINUX.zip
Archive: p4188455_10103_LINUX.zip
inflating: oraparam.ini
inflating: README.txt
$
The /tmp/oraparam.ini file will now be used for launching the runInstaller that came with the
patch 3948480.
To patch the runInstaller application, run:
su - oracle
$ echo $LD_ASSUME_KERNEL
2.4.19
$ /tmp/Disk1/install/runInstaller - paramFile /tmp/oraparam.ini
- Welcome Screen: Click Next
- File Locations: Use default values (in this example: /tmp/Disk1/stage/products.xml)
- Available Products: Select "Oracle Universal Installer 10.1.0.3.0"
- Summary: Click Install
- At the end of the installation, you must exit runInstaller
Ensure that no Oracle processes are running:
ps -ef | grep ora
Now patch Oracle9i R2:
Kommentare zu diesen Handbüchern