System component
GNOME Desktop Environment
Editors
Graphical Internet
Text-based Internet
Development Libraries
Development Tools
Legacy Software Development
Server Configuration Tools
Administration Tools
Base
Legacy Software Support
System Tools
X Window System
System space requirements
This is actually based on actual production needs
General requirements
Memory at least 512M exchange partition at least 1g
Oracle software installation location 1.3G
database installation location at least 1g
/TMP must have enough 400m remaining
If these directory belongs to the root file system, it requires 3G free to install (1.3+1+0.4)
The above belongs to the minimum requirements.
and the files generated by Oracle itself in the later period will gradually increase, please keep enough space requirements
Check the space of the machine
[[email protected] install]# df -Th
File system type capacity has been available for using %%
/dev/sda2 ext4 39G 13G 25G 35% /
tmpfs tmpfs 499M 260K 499M 1% /dev/shm
/dev/sda1 ext4 194M 39M 146M 21% /boot
[[email protected] install]# grep -E ‘MemTotal|SwapTotal’ /proc/meminfo
MemTotal: 1020472 kB
SwapTotal: 204792 kB
Installation environment
Virtual machine CentOS Linux Release 6.9 (Final) x86_64
version information
Oracle version
Oracle10.2.0.1.0
supported system version
Oracle10g version only supports RHEL4
The basis is:
Declapping Oracle installation package in the DataBase/Install directory
[[email protected] install]# grep ^Linux oraparam.ini
Linux=redhat-3,SuSE-9,redhat-4,UnitedLinux-1.0,asianux-1,asianux-2
The system version of this machine
View the system version information of this machine
[[email protected] ~]# cat /etc/redhat-release
CentOS Linux release 6.0 (Final)
Change 6.0 to 4.0
Installation package
Oracle installation package
download address:www.oracle.com
10201_database_linux_x86_64.cpio.g
Patch
p6810189_10204_Linux-x86-64.zip
Install the software package required for Oracle
x86_64 package
Hanging disk mirror image
mount /dev/cdrom /media
Configuration yum
vi /etc/yum.repo/CentOS-Base.repo
[Packages]
name=CentOS Packages
Baseurl=file:///media
gpgcheck=0
Installation package
yum install binutilscompat-libstdc++-33 elfutils-libelf elfutils-libelf-devel unixODBCgcc gcc-c++ glibc glibc-common glibc-devel glibc-headers unixODBC-devel libaio-devel libaio libgcc libstdc++ libstdc++-devel make numactl sysstat -y
Last display installation complete information:
Check which packages are not installed
[[email protected] zhaoyj]# for i inbinutils compat-gcc-34 compat-libstdc++-296 control-center \
>
10201_database_linux_x86_64.cpio.gz database.old/
> gcc gcc-c++ glibc glibc-common glibc-devel libaio libgcc \
>
10201_database_linux_x86_64.cpio.gz database.old/
> libstdc++ libstdc++-devel libXp make openmotif22 setarch
> do
> rpm -q $i &>/dev/null ||F=”$F $i”
> done ;echo $F;unset F
compat-gcc-34compat-libstdc++-296 libXp openmotif22 setarch
The bold fonts above are no packages for installation
Need to add
i386 pack
In addition, the system also needs to install the i386 package. These packages need to be arrivedhttp://rpm.pbone.netGo to the website to download
libXp-1.0.0-8.1.el5.i386.rpm libXp-devel-1.0.0-8.1.el5.i386.rpm
libXt-1.0.2-3.2.el5.i386.rpm libXt-devel-1.0.2-3.2.el5.i386.rpm
libICE-1.0.6-1.el6.i686.rpm libICE-devel-1.0.6-1.el6.i686.rpm
libSM-1.1.0-7.1.el6.i686.rpm libSM-devel-1.1.0-7.1.el6.i686.rpm
libuuid-2.17.2-6.el6.i686.rpm libuuid-devel-2.17.2-6.el6.i686.rpm
libXi-1.3-3.el6.i686.rpm libXi-devel-1.3-3.el6.i686.rpm
libXtst-1.0.1-3.1.i386.rpm libXtst-devel-1.0.1-3.1.i386.rpm
host name and analytical address
[[email protected] zhaoyj]# hostname
oracle10g
[[email protected] zhaoyj]# ifconfig eth0|head-2
eth0 Link encap:Ethernet HWaddr00:0C:29:84:AB:79
inet addr:********** Bcast:*************** Mask:255.255.255.0
[[email protected] zhaoyj]# grep -v ‘^#’/etc/hosts
************** oracle10g # Addedby NetworkManager
127.0.0.1 localhost.localdomain localhost