CentOS 5.4安装Oracle 10g[原创]
一、环境描述硬件设备:IBM X3650 M2
操作系统:CentOS 5.4
数据库:Oracle 10g 10.2.0.1
PS:此安装文档在上述真实环境下测试成功。
二、系统安装时需要的软件包
·桌面
-X窗口系统
-Gnome桌面环境
·开发
-开发工具
·系统
-管理工具
-系统工具(在细节中选上sysstat)
三、安装Oracle 10g时检查的软件包
binutils-2.17.50.0.6-12.el5
compat-db-4.2.52-5.1
control-center-2.16.0-16.el5
compat-libstdc++
gcc-4.1.2-46.el5_4.1
gcc-c++-4.1.2-46.el5_4.1
glibc-2.5-42
glibc-common-2.5-42
libstdc++-4.1.2-46.el5_4.1
libstdc++-devel-4.1.2-46.el5_4.1
make-3.81-3.el5
pdksh-5.2.14-36.el5
sysstat-7.0.2-3.el5
libaio-0.3.106-3.2
openmotif22-2.2.3-18
libXp-1.0.0-8.1.el5
如果系统里没有上面的任何软件包,均可在安装光盘中找到。
三、配置内核参数
<div class="quote_div">#cat >> /etc/sysctl.conf <<EOF
kernel.shmall = 2097152
kernel.shmmax = 2147483648
kernel.shmmni = 4096
kernel.sem = 250 32000 100 128
fs.file-max = 65536
net.ipv4.ip_local_port_range = 1024 65000
net.core.rmem_default = 262144
net.core.rmem_max = 262144
net.core.wmem_default = 262144
net.core.wmem_max = 262144
EOF
页:
[1]