Oracle Database 10g Release 2
Oracle Database 10g Release 2
1) Installation On Red
Hat Enterprise Linux 4 (RHEL4)
In this article I'll describe the installation of Oracle Database 10g Release 2 (10.2.0.1) on Red Hat
Enterprise Linux 4 (RHEL4). The article is based on a server installation with a minimum of 2G swap,
secure Linux disabled and the following package groups installed:
X Window System
GNOME Desktop Environment
Editors
Graphical Internet
Text-based Internet
Development Tools
Administration Tools
System Tools
Alternative installations may require more packages to be loaded, in addition to the ones listed below.
Download Software
Unpack Files
Hosts File
Setup
Installation
Post Installation
Download Software
Unpack Files
Hosts File
The /etc/hosts file must contain a fully qualified name for the server:
<IP-address> <fully-qualified-machine-name> <machine-name>
Disable secure linux by editing the /etc/selinux/config file, making sure the SELINUX flag is set as follows:
SELINUX=disabled
Alternatively, this alteration can be done using the GUI tool (Applications > System Settings > Security
Level). Click on the SELinux tab and disable the feature.
Setup
Installation
Log into the oracle user. If you are using X emulation then set the DISPLAY environmental variable:
DISPLAY=<machine-name>:0.0; export DISPLAY
Start the Oracle Universal Installer (OUI) by issuing the following command in the database directory:
./runInstaller
During the installation enter the appropriate ORACLE_HOME and name then continue installation. For a
more detailed look at the installation process, click on the links below to see screen shots of each stage.
1. Select Installation Method
2. Specify Inventory Directory and Credentials
13. Summary
14. Install
Post Installation
Edit the /etc/oratab file setting the restart flag for each instance to 'Y':
TSH1:/u01/app/oracle/product/10.2.0/db_1:Y
For more information see:
Installation Guide for Linux x86 (10.2)
Installing Oracle Database 10g Release 1 and 2...