热门关键字:  ubuntu  分区  函数  Fedora  linux系统进程

RHEL4上面安装Oracle 10.2.0.1

来源: 作者: 时间:2007-10-30 Tag: 点击:


5. modify linux system parameters:
======================

a. #vi /etc/sysctl.conf

在该文件末尾加入如下内容:
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



# /sbin/sysctl -p 命令操作来使我们所做的变更生效.

b.  # vi /etc/security/limits.conf

# 添加如下的行

*               soft    nproc   2047
*               hard    nproc   16384
*               soft    nofile  1024
*               hard    nofile  65536


c. #vi /etc/pam.d/login

添加
session    required     /lib/security/pam_limits.so


d. #vi  /etc/profile 文件

添加如下部分:

if [ $USER = "oracle" ]; then  
        if [ $SHELL = "/bin/ksh" ]; then  
                ulimit -p 16384  
                ulimit -n 65536  
        else  
                ulimit -u 16384 -n 65536  
        fi  
fi



6. 确认如下package 已经安装了:
==============


确认以下 rpm包都已经安装:

make-3.79
binutils-2.11
openmotif-2.2.2-16
setarch-1.3-1
compat-db-4.0.14.5
compat-gcc-7.3-2.96.122
compat-gcc-c++-7.3-2.96.122
compat-libstdc++-7.3-2.96.122
compat-libstdc++-devel-7.3-2.96.122

//不过,高版本的应该没有问题,我继续。



7. ftp 10201_database_linux32.zip到/home/ora10g
===========================


最新评论共有 4 位网友发表了评论
发表评论
评论内容:不能超过250字,需审核,请自觉遵守互联网相关政策法规。
用户名: 密码:
匿名?
注册