Debian Sarge 上安装Oracle 10g
2007-05-08 12:11:17 来源:WEB开发网oracle soft nproc 2047
oracle hard nproc 16384
oracle soft nofile 1024
oracle hard nofile 65536
修改login设置,修改 /etc/pam.d/login,添加
session required /lib/security/pam_limits.so
在/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
3、安装设置
确保你已经安装了下列软件
make
binutils
libc6-dev
libmotif3
rpm
awk
确保你的系统中有以下组和用户,方法:
#grep dba /etc/group
#grep oinstall /etc/group
#grep nobody /etc/group
#id oracle
#id nobody
切换到root,添加oralce帐户
#su - root
#groupadd dba # group of users to be granted SYSDBA system privilege
#groupadd oinstall # group owner of Oracle files
#useradd -c "Oracle software owner" -g oinstall -G dba -d /opt/oracle oracle
#passwd oracle
输入oracle密码
debian中需要额外的添加nobody用户组:
#groupadd nobody
系统nogroup组中已经有nobody用户,把nobody用户添加到新建的nobody组中,
#usermod -G nobody nobody
建立oracle目录
#su root
#mkdir /opt/oracle
#chown -R oralce.oinstall /opt/oracle
debian需要额外的做以下操作:
# ln -s /usr/bin/awk /bin/awk
- ››Debian Linux X-Server分辨率微调
- ››Debian服务器设置---用Bind配置DNS
- ››Debian Linux系统Socks5服务器安装方法
- ››Debian与Ubuntu Linux系统同时曝出漏洞
- ››Debian Linux系统下VPN Server架设手记
- ››Debian Linux系统编译内核标准方式介绍
- ››Debian Linux下配置heartbeat高可用集群
- ››Debian环境下安装Java环境
- ››Debian下Mysql实践
- ››Debian Linux下vsftpd+mysql虚拟用户作法
- ››Debian Sarge 上安装Oracle 10g
- ››Debian+vsftpd+MySQL实现虚拟用户
更多精彩
赞助商链接