个人工具

UbuntuHelp:Oracle9i

来自Ubuntu中文

跳转至: 导航, 搜索

Oracle9i on Ubuntu 5.10 (Breezy) and 6.06 LTS (Dapper)

Note: Access to Oracle's Metalink site is required Obtain the (monolithic) 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

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 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