Fedora8下安装ORACLE10G数据库图文详解

2014-11-24 17:26:13 · 作者: · 浏览: 0

1.Download Software
10201_database_linux32.zip


2.解压文件


unzip 10201_database_linux32.zip3.Host Filevi /etc/hosts 一般不用修改,也可配置真实ip,格式为 4.Set Kernel ParametersAdd the following lines to the /etc/sysctl.conf file:kernel.shmall = 2097152kernel.shmmax = 2147483648kernel.shmmni = 4096# semaphores: semmsl, semmns, semopm, semmnikernel.sem = 250 32000 100 128fs.file-max = 65536net.ipv4.ip_local_port_range = 1024 65000net.core.rmem_default=262144net.core.rmem_max=262144net.core.wmem_default=262144net.core.wmem_max=262144Run the following command to change the current kernel parameters:/sbin/sysctl -pAdd the following lines to the /etc/security/limits.conf file:
* soft nproc 2047* hard nproc 16384* soft nofile 1024* hard nofile 65536
Add the following line to the /etc/pam.d/login file, if it does not already exist:


session required /lib/security/pam_limits.so
Disable secure linux by editing the /etc/selinux/config file, making sure the SELINUX flag is set as follows:


SELINUX=disabled