Oracle9i

Differences between revisions 7 and 8
Revision 7 as of 2006-04-09 13:13:50
Size: 1206
Editor: ppp-39-181
Comment:
Revision 8 as of 2006-06-19 16:07:03
Size: 52
Editor: 127
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== Oracle9i on Breezy ==

'''Note: Access to Oracle's Metalink site is required'''

Obtain the (monolithic) [http://www.oracle.com/technology/software/products/oracle9i/index.html Oracle9i] install archives and unpack them.

Do the preparation steps for Oracle on Linux as described in the installation documentation. Up to the point where the installer is about to be run.

Install the compiler and basic libraries:
{{{ sudo aptitude install build-essential
}}}

[wiki:AddingRepositoriesHowto Enable the universe repository] and:
{{{ sudo aptitude install libstdc++2.10-glibc2.2
}}}

The 9i installer seeks an older version of libstdc++ so create a link:
{{{ sudo ln -s /usr/lib/libstdc++-libc6.2-2.so.3 /usr/lib/libstdc++-libc6.1-1.so.2
}}}

Obtain p3006854_9204_LINUX.zip from [https://metalink.oracle.com Oracle Metalink] (Patch 3006854):
{{{ unzip p3006854_9204_LINUX.zip
cd 3006854
sudo sh rhel3_pre_install.sh
}}}

The 9i installer expects awk to be in /bin so:
{{{ sudo ln -s /usr/bin/awk /bin/awk
}}}

Change to the Disk1 directory (of the unpacked install archives) and start the installer (as your 'oracle' user):
{{{./runInstaller
}}}

CategoryDocumentation
#REFRESH 0 http://help.ubuntu.com/community/Oracle9i

Oracle9i (last edited 2008-08-06 16:38:26 by localhost)