Operating System: RedHat linux 5 (Enterprise Edition)
Software: Oracle 10g R1
Preparations:
Download the official oracle 10g install for linux documentation
Software to be installed in Linux:
GNOME Desktop Environment/KDE
X Window System
Editors
Development Tools
Legacy Software Development
Oracle 10g requires the linux version to be 2.4.21-15. EL or later.
Preparations on linux:
========================================================== ==================
Change Host Name:
Hostname node1
Vi etc/sysconfig/network
NETWORKING = yes
NETWORKING_IPV6 = yes
HOSTNAME = node2
Vi/etc/hosts
# Do not remove the following line, or various programs
# That require network functionality will fail.
127.0.0.1 localhost. localdomain localhost
: 1 localhost6.localdomain6 localhost6
192.168.1.120 node2
========================================================== ==================