You are on page 1of 20

http://www.neilzhang.

com/wiki/Oracle9i_on_RHEL5_x86_64
Busqueda error oracle 9 17%
Oracle9i on RHEL5 x86 64
Jump to: navigation, search

First, you should know the Oracle9i is not a supported version on RHEL5, so this guide
will show you how to do the installation, for learning purpose.
Before the installation, please make sure you have prepared below packages:
1. Oracle9i 9204 Linux x64 packages (amd64_db_9204_Disk[1-3].cpio.gz
or linux_x64_9204_B1488[2-4]-01.zip)
2. Oracle9i 9206 Linux x64 Patch (p3948480_9206_Linux-x86-64.zip) or
9205 patch
3. Oracle9i 9208 Linux x64 Patch (p4547809_92080_Linux-x86-64.zip)

Maybe still need to install below package.


yum install libXtst

Unzip three 9204 packages to Disk1, Disk2 and Disk3; unzip 9206 patch to folder 9206,
and 9208 patch to folder 9208.
First run below command to install the OUI from 9206 patch:
[oracle@rhel56 Disk1]$ pwd
/mnt/9206/Disk1
[oracle@rhel56 Disk1]$ ./runInstaller -ignoreSysPrereqs

You'd better follow the OFA to configure your directory structure.

Make sure the ORACLE_HOME path is correct.

Just select the OUI and finish the first part installation.
Next install the Oracle 9.2.0.4 using the just installed OUI.
[oracle@rhel56 bin]$ pwd
/oracle/product/9.2.0/oui/bin
[oracle@rhel56 bin]$ ./runInstaller -ignoreSysPrereqs

Select "Oracle9i Database 9.2.0.4.0"

Select "Custom"

Deselect the "Oracle HTTP Server 9.2.0.1.0"

Or you'll get below error:

Use dba as OSDBA and OSOPER group:

And do not create database right now:

Then cancel any configuration:

And finish the installation step by step.

Then we can patch the Oracle 9.2.0.4 to 9.2.0.8.


[oracle@rhel56 Disk1]$ pwd
/mnt/9208/Disk1
[oracle@rhel56 Disk1]$ ./runInstaller -ignoreSysPrereqs

Then just follow the prompt to finish the upgrade, and use dbca to create a database.

And here's the solution:


The problem was in the installer of the 9.2.0.4. You need to take the installer
of 9.2.0.5, because this one can handle products.jar AND products.xml.
There's nothing to set in the environment - leave it as it is (I'm running
SLES10 SP1).
1. You need:
Base installationset 9.2.0.4 amd64_db_9204_Disk{1-3}.cpio.gz
Patchset 9.2.0.5: Patchnumber 3501955
Patchset 9.2.0.7: Patchnumber 4163445
2. Start the runInstaller of the 9.2.0.5 Patchset and install the Oracle
Universal Installer ONLY.
3. Start the newly installed OUI from disk, e.g.
/opt/oracle/product/9ir2/oui/bin/runInstaller and select the products.jar from
the
Base-Installationset 9.2.0.4.
Now you can install the Client on the system without hanging.
4. Change to the unpacked Patchset 9.2.0.7 and install it with it's own OUI
which resides in the Disk1/ directory.
5. You're done.
It worked for me several times.
greetings and good luck,
Johannes

Gusta Mostrar 0 me gusta (0)

Acciones

8. Re: Installation 9.2.0.4 hangs with "Copying naeet.o" on AMD64 SLES


10

532188 28-ago-2007 15:24 (en respuesta a 595094)


Thanks... I'll try it

Gusta Mostrar 0 me gusta (0)

Acciones

9. Re: Installation 9.2.0.4 hangs with "Copying naeet.o" on AMD64 SLES


10

532188 29-ago-2007 12:44 (en respuesta a 532188)


And I got result.
Nice idea to use another OUI!
I just customized your advice for Linux x86_64 platform:
To install OUI I used 9.2.0.6 patchset (3948480)
And I succesfully installed database software (I don't need create database
on install process).
After that I succesfully installed 9.2.0.8 patchset (4547809) and CPU Jule
2007 (6079582).
Thanks a lot for idea.

Gusta Mostrar 0 me gusta (0)

Acciones

10. Re: Installation 9.2.0.4 hangs with "Copying naeet.o" on AMD64 SLES
10

597723 12-sep-2007 21:17 (en respuesta a 532188)


thanks voinovpa for ur version of workaround. from here i was able to tweak
settings for my RHEL-5 64-bit installation:
INSTALLATION GUIDE FOR RHEL-5 64-BIT
1. Make sure Java libraries are up to date.. (sysad side..)
2. Do not start installation from the 9204 base installation- Oracle Universal
Installer has problem
2.1 Install first the OUI "only" from the 9206 patchset
(p3948480_9206_Linux-x86-64.zip)
using the Oracle_Home youve just decided
2.2 In ../Disk1/install/oraparam.ini edit the Linux value under [Certified
Versions]
Linux=redhat-2.1AS,redhat-2.1,redhat-3,redhat-4,redhat-5,UnitedLinux1.0,SuSE-9,SuSE* value must include redhat-5 inorder to suppress the error message for OS
version incompat.
2.3 After completion of OUI install, edit again

../product/9204/oui/oraparam.ini as instructed
in step 2.2
2.4 Now install the 9204 base using the OUI from 9206. Run
../product/9204/oui/runInstaller BUT
this time, select the "products.jar" from 9204 base installation set.
(ex: /u01/app/oracle/Disk1/stage/products.jar)
2.5 From here u should be able to install the SOFTWARE ONLY option. DO
NOT create a database yet.
3. Patch the 9204 base with the 9207 patchset (p4163445_92070_Linuxx86-64.zip)
3.1 After decompressing contents, repeat step 2.2 again to suppress OS
version incompat.
3.2 Now proceed with the patch application
4. You can now create a database using the "dbca" utility.

1. OUI will hang at 17% when copying naeet.o, this can be solved by setting
environment variable LD_ASSUME_KERNEL to 2.4.19 for oracle user.
2. OUI will prompts error Error in invoking target install_isqlplus of makefile
/oracle/opt/oracle/product/9.2.0/db_1/sqlplus/lib/ins_sqlplus.mk, this can be solved by
link gcc and g++ to lower version:
ln -s /usr/bin/x86_64-redhat-linux-gcc32 /usr/bin/gcc
ln -s /usr/bin/x86_64-redhat-linux-g++32 /usr/bin/g++

You might also like